From: hmurata Date: Mon, 27 Oct 2003 11:47:19 +0000 (+0000) Subject: * elmo-spam.el: Update. X-Git-Tag: wl-2_11_21~35 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bf39a3014a04df36972c12f984844d1ad0cd3507;p=elisp%2Fwanderlust.git * elmo-spam.el: Update. --- diff --git a/elmo/elmo-spam.el b/elmo/elmo-spam.el index 70294c2..a3cd841 100644 --- a/elmo/elmo-spam.el +++ b/elmo/elmo-spam.el @@ -43,7 +43,8 @@ (defcustom elmo-spam-scheme nil "*Scheme of spam processor implementation. " :type '(choice (const :tag "none" nil) - (const :tag "Bogofilter" bogofilter)) + (const :tag "Bogofilter" bogofilter) + (const :tag "Spamfilter" spamfilter)) :group 'elmo-spam) (eval-and-compile @@ -82,7 +83,8 @@ If optional argument NUMBERS is specified and is a list of message numbers, messages are searched from the list.") (luna-define-generic elmo-spam-register-spam-messages (processor - folder &optional numbers) + folder + &optional numbers) "Register contents of messages as spam. PROCESSOR is spam processor structure. FOLDER is the ELMO folder structure. @@ -90,7 +92,8 @@ If optional argument NUMBERS is specified and is a list of message numbers, messages are searched from the list.") (luna-define-generic elmo-spam-register-good-messages (processor - folder &optional numbers) + folder + &optional numbers) "Register contents of messages as non spam. PROCESSOR is spam processor structure. FOLDER is the ELMO folder structure. @@ -160,4 +163,4 @@ messages are searched from the list.") (require 'product) (product-provide (provide 'elmo-spam) (require 'elmo-version)) -;;; elmo-sapm.el ends here +;;; elmo-spam.el ends here