aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-format.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-format.c')
-rw-r--r--mail/mail-format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c
index 5f04ecb231..bd26438db3 100644
--- a/mail/mail-format.c
+++ b/mail/mail-format.c
@@ -891,7 +891,7 @@ handle_text_plain (CamelMimePart *part, const char *mime_type,
* has decided to call text/plain because it starts with English
* text...)
*/
- check_specials = g_strcasecmp (mime_type, "text/plain") != 0;
+ check_specials = (g_strcasecmp (mime_type, "text/plain") == 0);
p = text;
while (p && check_specials) {