Don't purge header database when reading headers in; this
authorChris Hanson <org/chris-hanson/cph>
Mon, 28 Oct 1996 00:12:29 +0000 (00:12 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 28 Oct 1996 00:12:29 +0000 (00:12 +0000)
unnecessarily slows down the header-reading process.

v7/src/edwin/snr.scm

index c18eaaf3e9c73651fe3fd2fdd93bbdcd3c402129..795679f8192cb5840f217d1ef8935aa0f9286510 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: snr.scm,v 1.16 1996/10/23 22:58:42 cph Exp $
+;;;    $Id: snr.scm,v 1.17 1996/10/28 00:12:29 cph Exp $
 ;;;
 ;;;    Copyright (c) 1995-96 Massachusetts Institute of Technology
 ;;;
@@ -3644,9 +3644,9 @@ With prefix arg, replaces the file with the list information."
   (news-group:update-ranges! group)
   (news-group:pre-read-headers group (news-group:unread-header-numbers group))
   (if (not (ref-variable news-group-show-seen-headers buffer))
-      (begin
-       (news-group:get-headers group #f buffer)
-       (news-group:purge-and-compact-headers! group buffer))))
+      ;; Read in the headers -- this finds the headers to be ignored
+      ;; and marks them as such.
+      (news-group:get-headers group #f buffer)))
 \f
 (define (article-number-seen! group number)
   (set-news-group:ranges-seen!