* elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
authorhmurata <hmurata>
Sat, 24 Jan 2004 08:52:25 +0000 (08:52 +0000)
committerhmurata <hmurata>
Sat, 24 Jan 2004 08:52:25 +0000 (08:52 +0000)
Follow the options change of latest bogofilter.

elmo/ChangeLog
elmo/elsp-bogofilter.el

index 4aacb66..48df703 100644 (file)
@@ -1,5 +1,8 @@
 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
+       * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
+       Follow the options change of latest bogofilter.
+
        * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
        (elmo-spam-bogofilter-good-switch): Ditto.
        (elmo-spam-bogofilter-arguments-alist): New user option.
index 08de763..7000307 100644 (file)
   :group 'elmo-spam-bogofilter)
 
 (defcustom elmo-spam-bogofilter-arguments-alist
-  '((classify . ("-v" "-2"
-                (if register "-u")
+  '((classify . ((if register "-u")
                 (if elmo-spam-bogofilter-database-directory
                     (list "-d" elmo-spam-bogofilter-database-directory))))
-    (register . ("-v"
-                (if spam "-s" "-n")
+    (register . ((if spam "-s" "-n")
                 (if restore (if spam "-N" "-S"))
                 (if elmo-spam-bogofilter-database-directory
                     (list "-d" elmo-spam-bogofilter-database-directory)))))