From: yamaoka Date: Wed, 1 Dec 2004 22:23:16 +0000 (+0000) Subject: Synch to No Gnus 200412011537. X-Git-Tag: t-gnus-6_17_4-quimby-~650 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=82acba9e2a085a5a8a4ef2bdf4c5a46949c80890;p=elisp%2Fgnus.git- Synch to No Gnus 200412011537. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b4a3c0d..b976013 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-12-01 Teodor Zlatanov + + * spam.el (spam-summary-prepare-exit): remove the + gnus-summary-limit pop for now, it has problems with ham marks for + me + 2004-11-29 Teodor Zlatanov * spam.el (spam-summary-prepare-exit): use gnus-summary-limit diff --git a/lisp/spam.el b/lisp/spam.el index 07084b7..537bf55 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -1316,8 +1316,8 @@ addition to the set values for the group." (gnus-message 6 "Exiting summary buffer and applying spam rules") ;; before we begin, remove any article limits - (ignore-errors - (gnus-summary-pop-limit t)) +; (ignore-errors +; (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