aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-03-23 14:37:38 +0800
committerChris Lahey <clahey@src.gnome.org>2001-03-23 14:37:38 +0800
commit9755d8bb70c96140ef4f30f231241946d1524319 (patch)
treead2b2d8952888cd90ba3c0fafd5042ee3e3be41c /mail/message-list.c
parente8d6fc275621e38afd8b49b5fb15c3fa7d1038eb (diff)
downloadgsoc2013-evolution-9755d8bb70c96140ef4f30f231241946d1524319.tar
gsoc2013-evolution-9755d8bb70c96140ef4f30f231241946d1524319.tar.gz
gsoc2013-evolution-9755d8bb70c96140ef4f30f231241946d1524319.tar.bz2
gsoc2013-evolution-9755d8bb70c96140ef4f30f231241946d1524319.tar.lz
gsoc2013-evolution-9755d8bb70c96140ef4f30f231241946d1524319.tar.xz
gsoc2013-evolution-9755d8bb70c96140ef4f30f231241946d1524319.tar.zst
gsoc2013-evolution-9755d8bb70c96140ef4f30f231241946d1524319.zip
Turned on BROKEN_ETREE.
2001-03-23 Christopher James Lahey <clahey@ximian.com> * message-list.c: Turned on BROKEN_ETREE. svn path=/trunk/; revision=8914
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c2
1 files changed, 1 insertions, 1 deletions
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