(spam-registration-functions): add spam-use-ham-copy as a nil
authorTeodor Zlatanov <tzz@lifelogs.com>
Thu, 26 Feb 2004 21:39:06 +0000 (21:39 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Thu, 26 Feb 2004 21:39:06 +0000 (21:39 +0000)
registration backend

lisp/ChangeLog
lisp/spam.el

index 74cd421..e13db9f 100644 (file)
@@ -6,6 +6,8 @@
 
        * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
        to be run with new-articles as LIST1, not LIST2
+       (spam-registration-functions): add spam-use-ham-copy as a nil
+       registration backend
 
 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
 
index 0e9a55b..83db477 100644 (file)
@@ -1142,6 +1142,10 @@ See the Info node `(gnus)Fancy Mail Splitting' for more details."
                         nil
                         spam-whitelist-unregister-routine
                         nil)
+    (spam-use-ham-copy   nil
+                        nil
+                        nil
+                        nil)
     (spam-use-BBDB      spam-BBDB-register-routine
                         nil
                         spam-BBDB-unregister-routine
@@ -1314,6 +1318,7 @@ functions")
        nil
       decision)))
 
+
 ;;; check if a ham- or spam-processor registration needs to be undone
 (defun spam-log-unregistration-needed-p (id type classification check)
   (when spam-log-to-registry