(spam-summary-prepare-exit): use gnus-summary-limit
authorTeodor Zlatanov <tzz@lifelogs.com>
Mon, 29 Nov 2004 19:03:33 +0000 (19:03 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Mon, 29 Nov 2004 19:03:33 +0000 (19:03 +0000)
correctly

lisp/ChangeLog
lisp/spam.el

index 7d53891..dadba8b 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
+       correctly
+
 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
 
        * format-spec.el (format-spec): Message the char.
index 03cbdd8..99be795 100644 (file)
@@ -1317,7 +1317,7 @@ addition to the set values for the group."
 
     ;; before we begin, remove any article limits
     (ignore-errors
-      (universal-argument (gnus-summary-pop-limit)))
+      (gnus-summary-pop-limit t))
 
     ;; first of all, unregister any articles that are no longer ham or spam
     ;; we have to iterate over the processors, or else we'll be too slow