X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-mime-part.c;h=3e9a4736cdc6bd678adce94e8ead75959cac0fc6;hp=8f040820a7ab2318d8efc6e3079c36e8edcdc5cb;hb=80d46e0ddb62768d3ce531038da3e055aa8feaba;hpb=d3a3d3ea897851c8bbdcc36f05cac19b8ff7f67c diff --git a/src/modest-tny-mime-part.c b/src/modest-tny-mime-part.c index 8f04082..3e9a473 100644 --- a/src/modest-tny-mime-part.c +++ b/src/modest-tny-mime-part.c @@ -171,7 +171,8 @@ modest_tny_mime_part_is_msg (TnyMimePart *part) down_content_type = g_ascii_strdown (content_type, -1); if ((g_str_has_prefix (down_content_type, "message/rfc822") || g_str_has_prefix (down_content_type, "multipart/") || - g_str_has_prefix (down_content_type, "text/"))) { + g_str_has_prefix (down_content_type, "text/plain") || + g_str_has_prefix (down_content_type, "text/html"))) { g_free (down_content_type); return TRUE; } else {