diff options
Diffstat (limited to 'mail/mail-identify.c')
-rw-r--r-- | mail/mail-identify.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mail-identify.c b/mail/mail-identify.c index 61b2d1fe10..e8b5f96a48 100644 --- a/mail/mail-identify.c +++ b/mail/mail-identify.c @@ -78,11 +78,10 @@ mail_identify_mime_part (CamelMimePart *part, MailDisplay *md) } else type = NULL; camel_object_unref (CAMEL_OBJECT (memstream)); - } - - if (type) - return g_strdup (type); + if (type) + return g_strdup (type); + } /* Another possibility to try is the x-mac-type / x-mac-creator * parameter to Content-Type used by some Mac email clients. That |