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.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/mail/e-mail-local.h b/mail/e-mail-local.h
index 125c6451af..bd0442618d 100644
--- a/mail/e-mail-local.h
+++ b/mail/e-mail-local.h
@@ -24,23 +24,11 @@
#include <glib.h>
#include <camel/camel.h>
+#include <mail/e-mail-enums.h>
#include <mail/e-mail-session.h>
G_BEGIN_DECLS
-/* XXX E_MAIL_FOLDER_TEMPLATES is a prime example of why templates
- * should be a core feature: the mailer now has to know about
- * this specific plugin, which defeats the purpose of plugins. */
-typedef enum {
- E_MAIL_FOLDER_INBOX,
- E_MAIL_FOLDER_DRAFTS,
- E_MAIL_FOLDER_OUTBOX,
- E_MAIL_FOLDER_SENT,
- E_MAIL_FOLDER_TEMPLATES,
- E_MAIL_FOLDER_LOCAL_INBOX,
- E_MAIL_NUM_LOCAL_FOLDERS
-} EMailLocalFolder;
-
void e_mail_local_init (EMailSession *session,
const gchar *data_dir);
CamelFolder * e_mail_local_get_folder (EMailLocalFolder type);