Discussion:
[Exodus-dev] implementar nuevo plugin!
Elizabeth Vázquez H.
2004-09-29 15:46:00 UTC
Permalink
Hello,

I implemented a new plugin for exodus that shows an alert window when the
user has received a new mail in the inbox.

I would like to save the e-mail server configuration in the branding.xml
file and then take the information in the branding.xml file from my
plugin.

I have been reading the information in the exodus web page but I couldn't
find anything about this.

Anyone could tell me how can i do that?

Thanks in advance!
Peter Millard
2004-09-29 19:08:19 UTC
Permalink
Post by Elizabeth Vázquez H.
I implemented a new plugin for exodus that shows an alert window when the
user has received a new mail in the inbox.
I would like to save the e-mail server configuration in the branding.xml
file and then take the information in the branding.xml file from my
plugin.
I assume that your plugin is already getting/saving information from the
preferences file using the IExodusController interface. To put custom stuff in a
branding.xml file, simple take the elements from your exodus.xml file and put
them into the branding.xml. The branding file is always checked before fetching
prefs.

pgm.

Loading...