(spam-summary-prepare-exit): gnus-set-difference needs
authorTeodor Zlatanov <tzz@lifelogs.com>
Thu, 26 Feb 2004 20:55:23 +0000 (20:55 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Thu, 26 Feb 2004 20:55:23 +0000 (20:55 +0000)
to be run with new-articles as LIST1, not LIST2

lisp/ChangeLog
lisp/spam.el

index b511690..ce5c1c6 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
+       to be run with new-articles as LIST1, not LIST2
+
 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
 
        * spam-stat.el (spam-stat-washing-hook): New option.
index 3ff4c52..0e9a55b 100644 (file)
@@ -699,7 +699,7 @@ Respects the process/prefix convention."
             (new-articles (spam-list-articles
                            gnus-newsgroup-articles
                            classification))
-            (changed-articles (gnus-set-difference new-articles old-articles))))
+            (changed-articles (gnus-set-difference new-articles old-articles)))
        ;; now that we have the changed articles, we go through the processors
        (dolist (processor-param spam-list-of-processors)
          (let ((processor (nth 0 processor-param))