diff options
Diffstat (limited to 'mail/mail-mt.h')
-rw-r--r-- | mail/mail-mt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h index 261b37699f..d8b4fc70d2 100644 --- a/mail/mail-mt.h +++ b/mail/mail-mt.h @@ -41,7 +41,7 @@ struct _MailMsg { guint seq; /* seq number for synchronisation */ gint priority; /* priority (default = 0) */ CamelOperation *cancel; /* a cancellation/status handle */ - CamelException ex; /* an initialised camel exception, upto the caller to use this */ + GError *error; /* up to the caller to use this */ MailMsgPrivate *priv; }; |