From 0512391cc3af7c16a7229bcce0c2c3da1b3fbd37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 18 Jul 2012 15:09:34 +0200 Subject: Bug #680123 - Freeze on message/disposition-notification email parsing --- em-format/e-mail-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'em-format/e-mail-parser.c') 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); -- cgit v1.2.3