diff options
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index e53fca65db..57f365025b 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -114,6 +114,9 @@ struct _MessageList { /* Are we displaying threaded view? */ guint threaded : 1; + + guint expand_all :1; + guint collapse_all :1; /* do we automatically hide deleted messages? */ guint hidedeleted : 1; |