aboutsummaryrefslogtreecommitdiffstats
path: root/em-format
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-11-07 02:01:49 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-11-07 02:01:49 +0800
commite8f7f03ed29cd03c83c6a924c764554a89b9a7f1 (patch)
tree3d03af5d4d775eba8a74a810a03f341634f02a2a /em-format
parent465050f57e0bd107a782a233e1f8733ea6edd671 (diff)
downloadgsoc2013-evolution-e8f7f03ed29cd03c83c6a924c764554a89b9a7f1.tar
gsoc2013-evolution-e8f7f03ed29cd03c83c6a924c764554a89b9a7f1.tar.gz
gsoc2013-evolution-e8f7f03ed29cd03c83c6a924c764554a89b9a7f1.tar.bz2
gsoc2013-evolution-e8f7f03ed29cd03c83c6a924c764554a89b9a7f1.tar.lz
gsoc2013-evolution-e8f7f03ed29cd03c83c6a924c764554a89b9a7f1.tar.xz
gsoc2013-evolution-e8f7f03ed29cd03c83c6a924c764554a89b9a7f1.tar.zst
gsoc2013-evolution-e8f7f03ed29cd03c83c6a924c764554a89b9a7f1.zip
Follow-up fix for bug 711532.
Content-Disposition of the test case is honored now, but still not the Content-Transfer-Encoding.
Diffstat (limited to 'em-format')
-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))) {