aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-vfolder-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-vfolder-context.h')
-rw-r--r--mail/em-vfolder-context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/em-vfolder-context.h b/mail/em-vfolder-context.h
index 4a5406356b..c0fd041abc 100644
--- a/mail/em-vfolder-context.h
+++ b/mail/em-vfolder-context.h
@@ -25,7 +25,7 @@
#ifndef EM_VFOLDER_CONTEXT_H
#define EM_VFOLDER_CONTEXT_H
-#include <mail/e-mail-backend.h>
+#include <mail/e-mail-session.h>
#include <filter/e-rule-context.h>
/* Standard GObject macros */
@@ -64,8 +64,8 @@ struct _EMVFolderContextClass {
GType em_vfolder_context_get_type (void);
EMVFolderContext *
- em_vfolder_context_new (EMailBackend *backend);
-EMailBackend * em_vfolder_context_get_backend (EMVFolderContext *context);
+ em_vfolder_context_new (EMailSession *session);
+EMailSession * em_vfolder_context_get_session (EMVFolderContext *context);
G_END_DECLS