(spam-spamassassin-register-ham-routine)
authorTeodor Zlatanov <tzz@lifelogs.com>
Tue, 27 Jan 2004 21:47:08 +0000 (21:47 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Tue, 27 Jan 2004 21:47:08 +0000 (21:47 +0000)
(spam-spamassassin-register-spam-routine): fixed function names
again, sorry

lisp/spam.el

index bcf163c..86ab22e 100644 (file)
@@ -2097,10 +2097,10 @@ REMOVE not nil, remove the ADDRESSES."
 (defun spam-spamassassin-register-ham-routine (articles &optional unregister)
   (spam-spamassassin-register-with-sa-learn articles nil unregister))
 
-(defun spam-spamassassin-register-spam-routine (articles)
+(defun spam-spamassassin-unregister-spam-routine (articles)
   (spam-spamassassin-register-with-sa-learn articles t t))
 
-(defun spam-spamassassin-register-ham-routine (articles)
+(defun spam-spamassassin-unregister-ham-routine (articles)
   (spam-spamassassin-register-with-sa-learn articles nil t))
 \f
 ;;;; Hooks