From bf39a3014a04df36972c12f984844d1ad0cd3507 Mon Sep 17 00:00:00 2001 From: hmurata Date: Mon, 27 Oct 2003 11:47:19 +0000 Subject: [PATCH] * elmo-spam.el: Update. --- elmo/elmo-spam.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 -- 1.7.10.4