(spam-bsfilter-ham-switch): Fix typo.
authorTSUCHIYA Masatoshi <tsuchiya@namazu.org>
Tue, 16 Jan 2007 16:34:41 +0000 (16:34 +0000)
committerTSUCHIYA Masatoshi <tsuchiya@namazu.org>
Tue, 16 Jan 2007 16:34:41 +0000 (16:34 +0000)
Thanks to Yoshihiko Yamada for kind notification of this typo.

lisp/ChangeLog
lisp/spam.el

index 3b0bc4e..57aa9bb 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * spam.el (spam-bsfilter-ham-switch): Fix typo.
+       Thanks to Yoshihiko Yamada for kind notification of this typo.
+
 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-score.el (gnus-score-fast-scoring): New variable.
index f24f780..c9d7aea 100644 (file)
@@ -528,7 +528,7 @@ When nil, use the default location."
   :type 'string
   :group 'spam-bsfilter)
 
-(defcustom spam-bsfilter-ham-switch "--add-ham"
+(defcustom spam-bsfilter-ham-switch "--add-clean"
   "The switch that Bsfilter uses to register ham messages."
   :type 'string
   :group 'spam-bsfilter)