Fixes bug 500133 (bnc) - show mails with same subject in a single thread.
authorChenthill Palanisamy <pchenthill@novell.com>
Wed, 20 May 2009 09:54:36 +0000 (15:24 +0530)
committerChenthill Palanisamy <pchenthill@novell.com>
Wed, 20 May 2009 10:10:53 +0000 (15:40 +0530)
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

index 2a8fe98..2996722 100644 (file)
@@ -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 */