spam: mark spam-list-of-processors as obsolete
authorJulien Danjou <julien@danjou.info>
Wed, 20 Oct 2010 14:45:20 +0000 (16:45 +0200)
committerJulien Danjou <julien@danjou.info>
Wed, 20 Oct 2010 14:45:27 +0000 (16:45 +0200)
Signed-off-by: Julien Danjou <julien@danjou.info>
lisp/ChangeLog
lisp/spam.el

index 6477f70..22f989e 100644 (file)
@@ -1,5 +1,7 @@
 2010-10-20  Julien Danjou  <julien@danjou.info>
 
+       * spam.el (spam-list-of-processors): Mark as obsolete.
+
        * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
        (nnimap-insert-partial-structure): Fix boundary detection.
 
index 448a008..097299f 100644 (file)
@@ -1287,6 +1287,7 @@ variable.  When the processor variable is nil, just the
 classification and spam-use-* check variable are used.  This is
 superseded by the new spam backend code, so it's only consulted
 for backwards compatibility.")
+(make-obsolete-variable 'spam-list-of-processors nil "22.1")
 
 (defun spam-group-processor-p (group backend &optional classification)
   "Checks if GROUP has a BACKEND with CLASSIFICATION registered.