From 3a586057909181bc54ac6581386b065e06f5cab9 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 2 Mar 2011 15:25:38 +0100 Subject: Bug #643635 - Typo in the code from commit for bug #434972 --- mail/message-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/message-list.c b/mail/message-list.c index 148bd616ae..64b530d798 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -491,7 +491,7 @@ get_normalised_string (MessageList *message_list, CamelMessageInfo *info, gint c if (g_ascii_strncasecmp ((gchar *) subject, "Re:", 3) == 0) { found_re = TRUE; subject += 3; - } else if (g_ascii_strncasecmp ((gchar *) subject, "Re :", 4)) { + } else if (g_ascii_strncasecmp ((gchar *) subject, "Re :", 4) == 0) { found_re = TRUE; subject += 4; } -- cgit v1.2.3