Synch to No Gnus 200411291903.
authoryamaoka <yamaoka>
Mon, 29 Nov 2004 21:31:00 +0000 (21:31 +0000)
committeryamaoka <yamaoka>
Mon, 29 Nov 2004 21:31:00 +0000 (21:31 +0000)
lisp/ChangeLog
lisp/spam.el

index 494ce10..b4a3c0d 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 527eaf2..07084b7 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