diff options
Diffstat (limited to 'mail/message-thread.c')
-rw-r--r-- | mail/message-thread.c | 2 |
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; } |