aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-02-27 07:54:09 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-02-27 07:54:09 +0000
commitdfad6357498ce8f7c0f051027dec550449c5b143 (patch)
treecb6609c58e3f955d2878fac16778e53d1b492cf9 /src/prefs_common_dialog.c
parent71b2c3dc0b1eb1059374d1a4f50169af73e0f2fa (diff)
modified the default command line option of spam filters.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2116 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index 15fcbf18..eeedc28b 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -1833,11 +1833,11 @@ static const struct {
gchar *classify_cmd;
} junk_presets[] = {
#ifdef G_OS_WIN32
- {"bogofilter -s -I", "bogofilter -n -I", "bogofilter -I"},
- {"bsfilterw -su", "bsfilterw -cu", "bsfilterw"}
+ {"bogofilter -N -s -I", "bogofilter -n -S -I", "bogofilter -I"},
+ {"bsfilterw -C -s -u", "bsfilterw -c -S -u", "bsfilterw"}
#else
- {"bogofilter -s -I", "bogofilter -n -I", "bogofilter -I"},
- {"bsfilter -su", "bsfilter -cu", "bsfilter"}
+ {"bogofilter -N -s -I", "bogofilter -n -S -I", "bogofilter -I"},
+ {"bsfilter -C -s -u", "bsfilter -c -S -u", "bsfilter"}
#endif
};