From: yamaoka Date: Mon, 29 Nov 2004 21:31:00 +0000 (+0000) Subject: Synch to No Gnus 200411291903. X-Git-Tag: t-gnus-6_17_4-quimby-~652 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27065c8942e7727460e31dc55968ffd0ab1d2ae4;p=elisp%2Fgnus.git- Synch to No Gnus 200411291903. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 494ce10..b4a3c0d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-11-29 Teodor Zlatanov + + * spam.el (spam-summary-prepare-exit): use gnus-summary-limit + correctly + 2004-11-28 Carl Henrik Lunde (tiny change) * format-spec.el (format-spec): Message the char. diff --git a/lisp/spam.el b/lisp/spam.el index 527eaf2..07084b7 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -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