[evolution] Follow-up fix for bug 711532.



commit e8f7f03ed29cd03c83c6a924c764554a89b9a7f1
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Nov 6 13:01:49 2013 -0500

    Follow-up fix for bug 711532.
    
    Content-Disposition of the test case is honored now, but still not the
    Content-Transfer-Encoding.

 em-format/e-mail-parser-multipart-mixed.c |    2 +-
 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 6fb9ca7..28053ad 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))) {
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]