aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-14 08:01:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-14 08:01:28 +0000
commitdac50a4059b01b89aa46565370a1a9a14d957455 (patch)
treed635e4bfa30d49dba8428fbf1e596385c2a8929d /libsylph/prefs_common.c
parentae3597033e34c838ff5d18f69f3fb64f00c798c4 (diff)
added an option: 'Do not classify message as junk if sender is in the address book'
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3222 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 46806d4e..0c3de0bc 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -393,6 +393,8 @@ static PrefParam param[] = {
P_BOOL},
{"delete_junk_on_receive", "TRUE", &prefs_common.delete_junk_on_recv,
P_BOOL},
+ {"nofilter_junk_sender_in_book", "TRUE",
+ &prefs_common.nofilter_junk_sender_in_book, P_BOOL},
{"mark_junk_as_read", "FALSE", &prefs_common.mark_junk_as_read, P_BOOL},
/* Privacy */