diff options
author | Milan Crha <mcrha@redhat.com> | 2012-09-11 23:35:15 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-09-11 23:35:15 +0800 |
commit | 9998479b96de521f2b120153087202daa32c90ad (patch) | |
tree | 76fd298805a5e1aaa094eaaabd7d9a706612e960 /mail | |
parent | b8240ebae609eb6dc21d1f5751df0ec2bf830aac (diff) | |
download | gsoc2013-evolution-9998479b96de521f2b120153087202daa32c90ad.tar.gz gsoc2013-evolution-9998479b96de521f2b120153087202daa32c90ad.tar.zst gsoc2013-evolution-9998479b96de521f2b120153087202daa32c90ad.zip |
Revert commit c9d0ac7 (bug #681279)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-utils.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c index c5a13823a8..4dc130c60b 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -1305,19 +1305,6 @@ em_utils_message_to_html (CamelSession *session, if (!part) continue; - /* Prefer-plain can hide text parts, thus show them */ - if (part->is_hidden && part->mime_type) { - CamelContentType *ct; - - ct = camel_content_type_decode (part->mime_type); - if (ct) { - if (camel_content_type_is (ct, "text", "*")) - part->is_hidden = FALSE; - - camel_content_type_unref (ct); - } - } - if (*validity_found && part->validity_type) *validity_found |= part->validity_type; } |