From: okazaki Date: Sun, 22 Mar 2009 11:32:44 +0000 (+0000) Subject: (elmo-spam-bsfilter-update-switch): Change default value to `--auto-update'. X-Git-Tag: wl-2_15_6-fixes~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=b476f8251148619523f158f1059f1b8bc3c114f6;p=elisp%2Fwanderlust.git (elmo-spam-bsfilter-update-switch): Change default value to `--auto-update'. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index fe5262d..6f728fa 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -7383,7 +7383,7 @@ bsfilter を起動するシェルに与える引数を指定します。 @item elmo-spam-bsfilter-update-switch @vindex elmo-spam-bsfilter-update-switch -初期設定は、@code{"--synchronous-auto-update"}。 +初期設定は、@code{"--auto-update"}。 メッセージを学習する際に @command{bsfilter} に与える引数を指定します。 @end table diff --git a/doc/wl.texi b/doc/wl.texi index 1438e2d..e09414c 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -7440,7 +7440,7 @@ Specify options to give to the shell executing @command{bsfilter}. @item elmo-spam-bsfilter-update-switch @vindex elmo-spam-bsfilter-update-switch -The initial setting is @code{"--synchronous-auto-update"}. +The initial setting is @code{"--auto-update"}. Specify options to give to @command{bsfilter} for learning messages. @end table diff --git a/elmo/ChangeLog b/elmo/ChangeLog index ed61bf3..40aa92d 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2009-03-22 Tetsurou Okazaki + + * elsp-bsfilter.el (elmo-spam-bsfilter-update-switch): Change + default value to `--auto-update'. + 2008-07-06 TAKAHASHI Kaoru * elmo-pop3.el (elmo-pop3-read-contents): Fix double `goto-char'. diff --git a/elmo/elsp-bsfilter.el b/elmo/elsp-bsfilter.el index 8c1a26b..980e939 100644 --- a/elmo/elsp-bsfilter.el +++ b/elmo/elsp-bsfilter.el @@ -56,7 +56,7 @@ :type '(repeat string) :group 'elmo-spam-bsfilter) -(defcustom elmo-spam-bsfilter-update-switch "--synchronous-auto-update" +(defcustom elmo-spam-bsfilter-update-switch "--auto-update" "*The switch that Bsfilter uses to update database with classify." :type 'string :group 'elmo-spam-bsfilter)