diff options
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r-- | src/prefs_common_dialog.c | 8 |
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 }; |