diff options
Diffstat (limited to 'mail/em-format.h')
-rw-r--r-- | mail/em-format.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-format.h b/mail/em-format.h index 5d41ae0020..a5fd08f55c 100644 --- a/mail/em-format.h +++ b/mail/em-format.h @@ -112,6 +112,8 @@ struct _EMFormat { struct _CamelSession *session; /* session, used for authentication when required */ struct _CamelURL *base; /* current location (base url) */ + const char *snoop_mime_type; /* if we snooped an application/octet-stream type, what we snooped */ + /* for forcing inlining */ GHashTable *inline_table; |