diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-12 22:44:04 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-13 07:45:56 +0800 |
commit | 1846b2911ecef37e9cc5bd5a525515c0a37ccfa8 (patch) | |
tree | 43163ffe93a525da4301c5afe53caafa76f122f2 /mail/message-list.h | |
parent | 362fcc69ade339468a3b23094621912e95bbb7c6 (diff) | |
download | gsoc2013-evolution-1846b2911ecef37e9cc5bd5a525515c0a37ccfa8.tar.gz 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.h | 9 |
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 */ |