* among the many, many changes are the pst-importer plugin if there is any fallout, it'll be fixed soon
27 lines
812 B
Plaintext
27 lines
812 B
Plaintext
$OpenBSD: patch-mail_message-list_c,v 1.8 2009/10/13 22:07:04 jasper Exp $
|
|
--- mail/message-list.c.orig Tue Oct 13 15:19:10 2009
|
|
+++ mail/message-list.c Tue Oct 13 15:21:26 2009
|
|
@@ -2613,6 +2613,11 @@ clear_tree (MessageList *ml, gboolean tfree)
|
|
ml->tree_root = e_tree_memory_node_insert (E_TREE_MEMORY(etm), NULL, 0, NULL);
|
|
if (tfree)
|
|
e_tree_model_rebuilt (E_TREE_MODEL(etm));
|
|
+
|
|
+#ifdef BROKEN_ETREE
|
|
+ GPtrArray *selected;
|
|
+#endif
|
|
+
|
|
#ifdef TIMEIT
|
|
gettimeofday(&end, NULL);
|
|
diff = end.tv_sec * 1000 + end.tv_usec/1000;
|
|
@@ -3214,6 +3219,10 @@ mail_folder_hide_by_flag (CamelFolder *folder, Message
|
|
CamelFolderChangeInfo *newchanges, *oldchanges = *changes;
|
|
CamelMessageInfo *info;
|
|
gint i;
|
|
+
|
|
+#ifdef BROKEN_ETREE
|
|
+ GPtrArray *selected;
|
|
+#endif
|
|
|
|
newchanges = camel_folder_change_info_new ();
|
|
|