diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-10-25 03:31:22 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-10-25 03:31:22 +0800 |
commit | 5ae78b362fa270a49077335c32277ea52779c49a (patch) | |
tree | 4a08143be69fbb784ccee2ae4261d078d7c1173a /mail/mail-component.h | |
parent | 602ee2f49664f532de6ba5f44b323dcb26192012 (diff) | |
download | gsoc2013-evolution-5ae78b362fa270a49077335c32277ea52779c49a.tar.gz gsoc2013-evolution-5ae78b362fa270a49077335c32277ea52779c49a.tar.zst gsoc2013-evolution-5ae78b362fa270a49077335c32277ea52779c49a.zip |
Re-Namespaced mail-accounts.c
2003-10-24 Jeffrey Stedfast <fejj@ximian.com>
* em-account-prefs.[c,h]: Re-Namespaced mail-accounts.c
* em-composer-prefs.[c,h]: Re-Namespaced mail-composer-prefs.c
* em-mailer-prefs.[c,h]: Re-Namespaced mail-preferences.c
* mail-accounts.[c,h]: Removed.
* mail-composer-prefs.[c,h]: Removed.
* mail-preferences.[c,h]: Removed.
* mail-account-editor.c: Updated.
* mail-account-gui.c: Updated.
* mail-config-factory.c: Updated.
* mail-component-factory.c: Updated.
svn path=/trunk/; revision=23066
Diffstat (limited to 'mail/mail-component.h')
-rw-r--r-- | mail/mail-component.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mail-component.h b/mail/mail-component.h index 3e832752df..0a31fdc815 100644 --- a/mail/mail-component.h +++ b/mail/mail-component.h @@ -26,15 +26,14 @@ #ifndef _MAIL_COMPONENT_H_ #define _MAIL_COMPONENT_H_ +#include <camel/camel-store.h> +#include <filter/rule-context.h> #include <bonobo/bonobo-object.h> -#include <camel/camel-store.h> +#include "shell/e-storage-set.h" -#include "e-storage-set.h" #include "Evolution.h" -#include "filter/rule-context.h" - #define MAIL_TYPE_COMPONENT (mail_component_get_type ()) #define MAIL_COMPONENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MAIL_TYPE_COMPONENT, MailComponent)) |