From: Chenthill Palanisamy Date: Wed, 20 May 2009 09:54:36 +0000 (+0530) Subject: Fixes bug 500133 (bnc) - show mails with same subject in a single thread. X-Git-Tag: upstream/3.7.4~4033 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52de3127fc26622cc3a26dcb355361d4430bd491;p=platform%2Fupstream%2Fevolution-data-server.git Fixes bug 500133 (bnc) - show mails with same subject in a single thread. Show messages with same subject in a thread. This enables bugzilla mails with same subject to appear in subject based threading. --- diff --git a/camel/camel-folder-thread.c b/camel/camel-folder-thread.c index 2a8fe98..2996722 100644 --- a/camel/camel-folder-thread.c +++ b/camel/camel-folder-thread.c @@ -289,7 +289,7 @@ group_root_set(CamelFolderThread *thread, CamelFolderThreadNode **cp) d(printf("container is not re\n")); remove_node(cp, container, &clast); container_add_child(c, container); - } else if (c->re && container->re) { + } else { d(printf("subjects are common %p and %p\n", c, container)); /* build a phantom node */