aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-component.h')
-rw-r--r--mail/mail-component.h8
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,