aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-12 22:44:04 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-13 07:45:56 +0800
commit1846b2911ecef37e9cc5bd5a525515c0a37ccfa8 (patch)
tree43163ffe93a525da4301c5afe53caafa76f122f2 /mail/message-list.h
parent362fcc69ade339468a3b23094621912e95bbb7c6 (diff)
downloadgsoc2013-evolution-1846b2911ecef37e9cc5bd5a525515c0a37ccfa8.tar
gsoc2013-evolution-1846b2911ecef37e9cc5bd5a525515c0a37ccfa8.tar.gz
gsoc2013-evolution-1846b2911ecef37e9cc5bd5a525515c0a37ccfa8.tar.bz2
gsoc2013-evolution-1846b2911ecef37e9cc5bd5a525515c0a37ccfa8.tar.lz
gsoc2013-evolution-1846b2911ecef37e9cc5bd5a525515c0a37ccfa8.tar.xz
gsoc2013-evolution-1846b2911ecef37e9cc5bd5a525515c0a37ccfa8.tar.zst
gsoc2013-evolution-1846b2911ecef37e9cc5bd5a525515c0a37ccfa8.zip
MessageList: Move regen-related members into private struct.
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index 4396291199..b57258d3e7 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -146,15 +146,6 @@ struct _MessageList {
/* Row-selection and seen-marking timers */
guint idle_id, seen_id;
- /* list of outstanding regeneration requests */
- GList *regen;
- GMutex regen_lock; /* when writing to the regen, guard with this lock too */
- gchar *pending_select_uid; /* set if we were busy regnerating
- * while we had a select come in */
- gboolean pending_select_fallback;
- guint regen_timeout_id;
- gpointer regen_timeout_msg;
-
gchar *frozen_search; /* to save search took place while we were frozen */
/* the current camel folder thread tree, if any */