aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'em-format/e-mail-parser.c')
-rw-r--r--em-format/e-mail-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/em-format/e-mail-parser.c b/em-format/e-mail-parser.c
index d173503c9e..d6ea080c9b 100644
--- a/em-format/e-mail-parser.c
+++ b/em-format/e-mail-parser.c
@@ -599,7 +599,7 @@ e_mail_parser_wrap_as_attachment (EMailParser *parser,
reg, mime_type);
if (camel_content_type_is (ct, "text", "*") ||
- camel_content_type_is (ct, "message", "rfc822"))
+ camel_content_type_is (ct, "message", "*"))
snoop_mime_type = mime_type;
else
g_free (mime_type);