diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-02 11:49:45 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-02 11:49:45 +0800 |
commit | e8068e8fff9cf38b135927c12b2b02dd3f358d8c (patch) | |
tree | 508b94236e909b4b9d753d415058d0405a17d14d /mail/mail-component.h | |
parent | 492cdaf6f9db2f622ad4a4b292bddaf55631d0b6 (diff) | |
download | gsoc2013-evolution-e8068e8fff9cf38b135927c12b2b02dd3f358d8c.tar.gz gsoc2013-evolution-e8068e8fff9cf38b135927c12b2b02dd3f358d8c.tar.zst gsoc2013-evolution-e8068e8fff9cf38b135927c12b2b02dd3f358d8c.zip |
Commit changes missing from previous commit.
svn path=/trunk/; revision=23557
Diffstat (limited to 'mail/mail-component.h')
-rw-r--r-- | mail/mail-component.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/mail-component.h b/mail/mail-component.h index 8df5ed8700..545ddf11d4 100644 --- a/mail/mail-component.h +++ b/mail/mail-component.h @@ -29,6 +29,9 @@ #include <camel/camel-store.h> #include <filter/rule-context.h> #include <bonobo/bonobo-object.h> + +#include "e-activity-handler.h" + #include "Evolution.h" #define MAIL_TYPE_COMPONENT (mail_component_get_type ()) @@ -57,8 +60,9 @@ GType mail_component_get_type (void); MailComponent *mail_component_peek (void); -const char *mail_component_peek_base_directory (MailComponent *component); -RuleContext *mail_component_peek_search_context (MailComponent *component); +const char *mail_component_peek_base_directory (MailComponent *component); +RuleContext *mail_component_peek_search_context (MailComponent *component); +EActivityHandler *mail_component_peek_activity_handler (MailComponent *component); void mail_component_add_store (MailComponent *component, CamelStore *store, |