(spam-summary-prepare-exit): remove the
authorTeodor Zlatanov <tzz@lifelogs.com>
Wed, 1 Dec 2004 15:37:45 +0000 (15:37 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Wed, 1 Dec 2004 15:37:45 +0000 (15:37 +0000)
gnus-summary-limit pop for now, it has problems with ham marks for
me

lisp/ChangeLog
lisp/spam.el

index dadba8b..c2bfccc 100644 (file)
@@ -1,3 +1,9 @@
+2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * 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  <tzz@lifelogs.com>
 
        * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
index 99be795..f4ee8e2 100644 (file)
@@ -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