aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index 7a7ccfa78a..c4fed0537b 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -108,6 +108,9 @@ struct _MessageList {
/* Current search string, or %NULL */
char *search;
+ /* are we regenerating the message_list because set_folder was just called? */
+ guint just_set_folder : 1;
+
/* Are we displaying threaded view? */
guint threaded : 1;