aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/message-list.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 28206eac84..a5a02daec5 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-23 Christopher James Lahey <clahey@ximian.com>
+
+ * message-list.c: Turned on BROKEN_ETREE.
+
2001-03-22 Iain Holmes <iain@ximian.com>
* importers/evolution-outlook-importer.c: Update for new IDL.
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