diff options
Diffstat (limited to 'mail/mail-mt.h')
-rw-r--r-- | mail/mail-mt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h index 935b4b15b8..cc9f1be756 100644 --- a/mail/mail-mt.h +++ b/mail/mail-mt.h @@ -35,6 +35,7 @@ typedef struct _mail_msg { unsigned int seq; /* seq number for synchronisation */ CamelOperation *cancel; /* a cancellation/status handle */ CamelException ex; /* an initialised camel exception, upto the caller to use this */ + struct _mail_msg_priv *priv; /* private for internal use */ } mail_msg_t; /* callback functions for thread message */ |