* gnus.el (gnus-install-group-spam-parameters): fixed parameters
authorTeodor Zlatanov <tzz@lifelogs.com>
Thu, 6 Nov 2003 17:02:01 +0000 (17:02 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Thu, 6 Nov 2003 17:02:01 +0000 (17:02 +0000)
to list spamoracle as well

* spam.el (spam-spamoracle): doc change

lisp/ChangeLog
lisp/gnus.el
lisp/spam.el

index 9f91ea3..52990ed 100644 (file)
@@ -1,3 +1,10 @@
+2003-11-06  Teodor Zlatanov  <tzz@lifelogs.com> suggested by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
+
+       * gnus.el (gnus-install-group-spam-parameters): fixed parameters
+       to list spamoracle as well
+
+       * spam.el (spam-spamoracle): doc change
+
 2003-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-score.el (gnus-decay-score): Protect against arithmetic
index 962d0f0..2a8a920 100644 (file)
@@ -1924,15 +1924,17 @@ spam processing, associated with the appropriate processor."
                   (variable-item gnus-group-spam-exit-processor-stat)
                   (variable-item gnus-group-spam-exit-processor-bogofilter)
                   (variable-item gnus-group-spam-exit-processor-blacklist)
+                  (variable-item gnus-group-spam-exit-processor-spamoracle)
                   (variable-item gnus-group-spam-exit-processor-report-gmane)
                   (variable-item gnus-group-ham-exit-processor-bogofilter)
                   (variable-item gnus-group-ham-exit-processor-ifile)
                   (variable-item gnus-group-ham-exit-processor-stat)
                   (variable-item gnus-group-ham-exit-processor-whitelist)
                   (variable-item gnus-group-ham-exit-processor-BBDB)
+                  (variable-item gnus-group-ham-exit-processor-spamoracle)
                   (variable-item gnus-group-ham-exit-processor-copy))))
    :parameter-document
-   "Which spam or ham processors will be appliedwhen the summary is exited.")
+   "Which spam or ham processors will be applied when the summary is exited.")
 
   (gnus-define-group-parameter
    spam-process-destination
index 52d6acb..73796a8 100644 (file)
@@ -355,7 +355,7 @@ your main source of newsgroup names."
   :group 'spam-ifile)
 
 (defgroup spam-spamoracle nil
-  "Spam ifile configuration."
+  "Spam spamoracle configuration."
   :group 'spam)
 
 (defcustom spam-spamoracle-database nil