aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-19 08:25:31 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-19 08:25:31 +0000
commit89df5e1e15f6d188b452334a91f5a24b08647862 (patch)
tree65549e2469056ed2e97488309d017a54a6d97163
parent09b72dcdb60d56e268672e47a7fe7ec089717cc4 (diff)
win32: changed the default of junk commands with sylfilter.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3109 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog5
-rw-r--r--libsylph/prefs_common.c6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aeeff06..4b888e55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-06-19
+ * libsylph/prefs_common.c: win32: changed the default of junk
+ commands with sylfilter.
+
+2012-06-19
+
* manual/ja/sylpheed.sgml: updated Japanese manual.
2012-06-19
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 0cd21531..f696fba0 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -365,11 +365,11 @@ static PrefParam param[] = {
/* Junk mail */
{"enable_junk", "FALSE", &prefs_common.enable_junk, P_BOOL},
#ifdef G_OS_WIN32
- {"junk_learn_command", "bsfilterw -C -s -u",
+ {"junk_learn_command", "sylfilter -j",
&prefs_common.junk_learncmd, P_STRING},
- {"nojunk_learn_command", "bsfilterw -c -S -u",
+ {"nojunk_learn_command", "sylfilter -c",
&prefs_common.nojunk_learncmd, P_STRING},
- {"junk_classify_command", "bsfilterw",
+ {"junk_classify_command", "sylfilter",
&prefs_common.junk_classify_cmd, P_STRING},
#else
{"junk_learn_command", "bogofilter -N -s -I",