aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-22 02:21:48 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-22 02:34:06 +0800
commit77346775da94d527c37c63a3912d4472018d583e (patch)
tree5d76f16236a1d284f42e00759501b752b284ab1a /mail/message-list.h
parente8753f37f844242c65ae238c15a05f71ac3da530 (diff)
downloadgsoc2013-evolution-77346775da94d527c37c63a3912d4472018d583e.tar
gsoc2013-evolution-77346775da94d527c37c63a3912d4472018d583e.tar.gz
gsoc2013-evolution-77346775da94d527c37c63a3912d4472018d583e.tar.bz2
gsoc2013-evolution-77346775da94d527c37c63a3912d4472018d583e.tar.lz
gsoc2013-evolution-77346775da94d527c37c63a3912d4472018d583e.tar.xz
gsoc2013-evolution-77346775da94d527c37c63a3912d4472018d583e.tar.zst
gsoc2013-evolution-77346775da94d527c37c63a3912d4472018d583e.zip
Bug 702710 - MessageList: Delay state capture for regen.
Delay capturing MessageList state for a regen operation until the idle callback, so the caller has a chance to configure the MessageList first. Also, move the CamelFolderThread into the private structure and provide thread-safe internal accessor functions for it.
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index 187b22f4a3..c3233db6a2 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -129,9 +129,6 @@ struct _MessageList {
guint idle_id, seen_id;
gchar *frozen_search; /* to save search took place while we were frozen */
-
- /* the current camel folder thread tree, if any */
- CamelFolderThread *thread_tree;
};
struct _MessageListClass {