aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-11-10 23:57:46 +0800
committernobody <nobody@localhost>2003-11-10 23:57:46 +0800
commit4dbf72794e68857f4807a577d42cb36ca5921e3e (patch)
treefafaa10f939a97f6507dfb89af9b02347763c822 /mail/message-list.h
parente2919e15d1880c1ef76e5a2ffdd36f428dc05946 (diff)
downloadgsoc2013-evolution-spam-filtering-mergepoint.tar
gsoc2013-evolution-spam-filtering-mergepoint.tar.gz
gsoc2013-evolution-spam-filtering-mergepoint.tar.bz2
gsoc2013-evolution-spam-filtering-mergepoint.tar.lz
gsoc2013-evolution-spam-filtering-mergepoint.tar.xz
gsoc2013-evolution-spam-filtering-mergepoint.tar.zst
gsoc2013-evolution-spam-filtering-mergepoint.zip
This commit was manufactured by cvs2svn to create tagspam-filtering-mergepoint
'spam-filtering-mergepoint'. svn path=/tags/spam-filtering-mergepoint/; revision=23245
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;