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 a5c88cf308..8052ed791b 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -113,6 +113,9 @@ struct _MessageList {
/* do we automatically hide deleted messages? */
guint hidedeleted : 1;
+
+ /* do we automatically hide junk messages? */
+ guint hidejunk : 1;
/* is the message-list object in a destroyed state? */
guint destroyed : 1;