+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
 
     (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