aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-12-02 11:49:45 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-12-02 11:49:45 +0800
commite8068e8fff9cf38b135927c12b2b02dd3f358d8c (patch)
tree508b94236e909b4b9d753d415058d0405a17d14d /mail/mail-component.h
parent492cdaf6f9db2f622ad4a4b292bddaf55631d0b6 (diff)
downloadgsoc2013-evolution-e8068e8fff9cf38b135927c12b2b02dd3f358d8c.tar
gsoc2013-evolution-e8068e8fff9cf38b135927c12b2b02dd3f358d8c.tar.gz
gsoc2013-evolution-e8068e8fff9cf38b135927c12b2b02dd3f358d8c.tar.bz2
gsoc2013-evolution-e8068e8fff9cf38b135927c12b2b02dd3f358d8c.tar.lz
gsoc2013-evolution-e8068e8fff9cf38b135927c12b2b02dd3f358d8c.tar.xz
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.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,