diff options
Diffstat (limited to 'mail/mail-identify.c')
-rw-r--r-- | mail/mail-identify.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/mail-identify.c b/mail/mail-identify.c index cc6e4ef9d0..21e3b6a0fd 100644 --- a/mail/mail-identify.c +++ b/mail/mail-identify.c @@ -97,13 +97,17 @@ mail_identify_mime_part (CamelMimePart *part, MailDisplay *md) * would require a Mac type to mime type conversion table. */ +#if 0 /* If the data part is offline, then we didn't try magic * before, so force it to be loaded so we can try again later. * FIXME: In a perfect world, we would not load the content * just to identify the MIME type. */ + /* This is disabled as it just frustrates users more than it helps, + see discussion in bug #11778 */ if (camel_data_wrapper_is_offline (data)) mail_content_loaded (data, md, TRUE, NULL, NULL, NULL); +#endif return NULL; } |