aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-local.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/e-mail-local.h')
-rw-r--r--mail/e-mail-local.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/e-mail-local.h b/mail/e-mail-local.h
index b5b7e8ab8c..125c6451af 100644
--- a/mail/e-mail-local.h
+++ b/mail/e-mail-local.h
@@ -24,6 +24,7 @@
#include <glib.h>
#include <camel/camel.h>
+#include <mail/e-mail-session.h>
G_BEGIN_DECLS
@@ -40,7 +41,8 @@ typedef enum {
E_MAIL_NUM_LOCAL_FOLDERS
} EMailLocalFolder;
-void e_mail_local_init (const gchar *data_dir);
+void e_mail_local_init (EMailSession *session,
+ const gchar *data_dir);
CamelFolder * e_mail_local_get_folder (EMailLocalFolder type);
const gchar * e_mail_local_get_folder_uri (EMailLocalFolder type);
CamelStore * e_mail_local_get_store (void);