+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.
;; 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