From 82acba9e2a085a5a8a4ef2bdf4c5a46949c80890 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 1 Dec 2004 22:23:16 +0000 Subject: [PATCH] Synch to No Gnus 200412011537. --- lisp/ChangeLog | 6 ++++++ lisp/spam.el | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 1.7.10.4