openbsd-ports/mail/evolution/patches/patch-mail_message-list_c
jasper 16eaab8367 - bugfix update evolution to 2.24.4
- explicitly depend on latest e-d-s (for CAMEL_STORE_IS_MIGRATING)
- resolve an XXX

ok ajacoutot@
2009-01-31 08:32:35 +00:00

25 lines
736 B
Plaintext

$OpenBSD: patch-mail_message-list_c,v 1.7 2009/01/31 08:32:35 jasper Exp $
--- mail/message-list.c.orig Fri Jan 30 05:55:03 2009
+++ mail/message-list.c Fri Jan 30 22:31:23 2009
@@ -2549,6 +2549,10 @@ clear_tree (MessageList *ml)
ml->tree_root = e_tree_memory_node_insert (E_TREE_MEMORY(etm), NULL, 0, NULL);
+#ifdef BROKEN_ETREE
+ GPtrArray *selected;
+#endif
+
#ifdef TIMEIT
gettimeofday(&end, NULL);
diff = end.tv_sec * 1000 + end.tv_usec/1000;
@@ -3152,6 +3156,9 @@ mail_folder_hide_by_flag (CamelFolder *folder, Message
CamelFolderChangeInfo *newchanges, *oldchanges = *changes;
CamelMessageInfo *info;
int i;
+#ifdef BROKEN_ETREE
+ GPtrArray *selected;
+#endif
newchanges = camel_folder_change_info_new ();