aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-07-25 02:01:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-07-25 02:01:05 +0000
commit7b3e30a658ce8fdc8c1080cee450579734d5b81a (patch)
tree071bd84aced8f3dc93b5614ee0dc75b221e6cc30 /libsylph/prefs_common.c
parente80b60f834edd13192bee986183f3bb8eb45ed20 (diff)
added an option to filter junk mails before normal filtering.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1097 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 5c4bfca5..ead1bd23 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -291,6 +291,8 @@ static PrefParam param[] = {
{"junk_folder", NULL, &prefs_common.junk_folder, P_STRING},
{"filter_junk_on_receive", "FALSE", &prefs_common.filter_junk_on_recv,
P_BOOL},
+ {"filter_junk_before", "FALSE", &prefs_common.filter_junk_before,
+ P_BOOL},
{"delete_junk_on_receive", "TRUE", &prefs_common.delete_junk_on_recv,
P_BOOL},
{"mark_junk_as_read", "FALSE", &prefs_common.mark_junk_as_read, P_BOOL},