diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-25 13:55:59 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-25 13:55:59 +0800 |
commit | bb241192eb773d7f0d178306dd55f9ca8e31c1f0 (patch) | |
tree | 4201777027364eeea243b2f625bb373bca30ef6d /mail/mail.h | |
parent | e90eea58a2109961faa8632ac5e5783d9970366b (diff) | |
download | gsoc2013-evolution-bb241192eb773d7f0d178306dd55f9ca8e31c1f0.tar.gz gsoc2013-evolution-bb241192eb773d7f0d178306dd55f9ca8e31c1f0.tar.zst gsoc2013-evolution-bb241192eb773d7f0d178306dd55f9ca8e31c1f0.zip |
Reorganized the shell to allow dynamic registration of storages and
folder types, and changed all the components to work with the new
setup.
svn path=/trunk/; revision=3199
Diffstat (limited to 'mail/mail.h')
-rw-r--r-- | mail/mail.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/mail.h b/mail/mail.h index b9275a29d6..a7c1a9f3aa 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -22,8 +22,11 @@ #include "camel/camel.h" #include "composer/e-msg-composer.h" +/* FIXME FIXME FIXME this sucks sucks sucks sucks */ + /* folder-browser-factory */ -void folder_browser_factory_init (void); +void folder_browser_factory_init (void); +BonoboControl *folder_browser_factory_new_control (void); /* mail-config */ void mail_config_druid (void); |