aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-mt.h')
-rw-r--r--mail/mail-mt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h
index 8642a3ebaa..935b4b15b8 100644
--- a/mail/mail-mt.h
+++ b/mail/mail-mt.h
@@ -27,13 +27,13 @@
#include "camel/camel-exception.h"
#include "e-util/e-msgport.h"
#include "camel/camel-object.h"
-#include "camel/camel-session.h"
+#include "camel/camel-operation.h"
typedef struct _mail_msg {
EMsg msg; /* parent type */
struct _mail_msg_op *ops; /* operation functions */
unsigned int seq; /* seq number for synchronisation */
- CamelCancel *cancel; /* a cancellation handle */
+ CamelOperation *cancel; /* a cancellation/status handle */
CamelException ex; /* an initialised camel exception, upto the caller to use this */
} mail_msg_t;