From 9755d8bb70c96140ef4f30f231241946d1524319 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 23 Mar 2001 06:37:38 +0000 Subject: Turned on BROKEN_ETREE. 2001-03-23 Christopher James Lahey * message-list.c: Turned on BROKEN_ETREE. svn path=/trunk/; revision=8914 --- mail/message-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/message-list.c') diff --git a/mail/message-list.c b/mail/message-list.c index 1a6248fa2c..2518f35125 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -1398,7 +1398,7 @@ build_tree (MessageList *ml, CamelFolderThread *thread, CamelFolderChangeInfo *c if (ml->cursor_uid) saveuid = g_strdup(ml->cursor_uid); -/*#define BROKEN_ETREE*/ /* avoid some broken code in etree(?) by not using the incremental update */ +#define BROKEN_ETREE /* avoid some broken code in etree(?) by not using the incremental update */ top = e_tree_model_node_get_first_child(etm, ml->tree_root); #ifndef BROKEN_ETREE -- cgit v1.2.3