aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--em-format/e-mail-parser-multipart-mixed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/em-format/e-mail-parser-multipart-mixed.c b/em-format/e-mail-parser-multipart-mixed.c
index 6fb9ca787f..28053add81 100644
--- a/em-format/e-mail-parser-multipart-mixed.c
+++ b/em-format/e-mail-parser-multipart-mixed.c
@@ -97,7 +97,7 @@ empe_mp_mixed_parse (EMailParserExtension *extension,
/* Force messages to be expandable */
} else if (mail_part == NULL ||
- (camel_content_type_is (ct, "message", "rfc822") &&
+ (camel_content_type_is (ct, "message", "*") &&
mail_part != NULL &&
!e_mail_part_get_is_attachment (mail_part))) {