Follow the options change of latest bogofilter.
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.
: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)))))