From 52de3127fc26622cc3a26dcb355361d4430bd491 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Wed, 20 May 2009 15:24:36 +0530 Subject: [PATCH] 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. --- camel/camel-folder-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.7.4