aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-02 10:18:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-02 10:18:53 +0000
commitefb2528ff9a62784209a754de1cb183226d2f7be (patch)
treeee2199ef7ed3fa4020593675b02aab9ade8a2a2a /libsylph/prefs_common.h
parent51951630e709bef4be1f74be57a4856bbd72c4ff (diff)
added an option to mark filtered junk mails as read.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@710 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index a04d62da..f3c3ce9d 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -193,6 +193,7 @@ struct _PrefsCommon
gchar *junk_folder;
gboolean filter_junk_on_recv;
gboolean delete_junk_on_recv;
+ gboolean mark_junk_as_read;
/* Privacy */
gboolean auto_check_signatures;