aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-thread.c')
-rw-r--r--mail/message-thread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/message-thread.c b/mail/message-thread.c
index 153cc75015..008982e8db 100644
--- a/mail/message-thread.c
+++ b/mail/message-thread.c
@@ -405,9 +405,11 @@ thread_messages(CamelMessageInfo **messages, int count)
/* find any siblings which missed out */
group_root_set(&head);
+#if 0
printf("finished\n");
i = dump_tree(head, 0);
printf("%d count, %d msgs initially, %d items in tree\n", count, msgs, i);
+#endif
return head;
}