From 27065c8942e7727460e31dc55968ffd0ab1d2ae4 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 29 Nov 2004 21:31:00 +0000 Subject: [PATCH] Synch to No Gnus 200411291903. --- lisp/ChangeLog | 5 +++++ lisp/spam.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 1.7.10.4