From: Kai Grossjohann Date: Tue, 17 Jun 2003 15:45:05 +0000 (+0000) Subject: 2003-06-16 Kai Großjohann X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=e7728cf57a7dacec787c377893a78737a4628034;p=gnus 2003-06-16 Kai Großjohann * nnml.el (nnml-current-group-article-to-file-alist): Don't read overview when using compressed files. From Michael Albinus . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ea1bdbf1..561532d56 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2003-06-16 Kai Gro,A_(Bjohann + + * nnml.el (nnml-current-group-article-to-file-alist): Don't read + overview when using compressed files. From Michael Albinus + . + 2003-06-16 Katsumi Yamaoka * gnus-sum.el (gnus-summary-refer-parent-article): Extract diff --git a/lisp/nnml.el b/lisp/nnml.el index 822ffd44b..05d01e9be 100644 --- a/lisp/nnml.el +++ b/lisp/nnml.el @@ -886,7 +886,8 @@ Use the nov database for that directory if available." (defun nnml-current-group-article-to-file-alist () "Return an alist of article/file pairs in the current group. Use the nov database for the current group if available." - (if (or gnus-nov-is-evil + (if (or nnml-use-compressed-files + gnus-nov-is-evil nnml-nov-is-evil (not (file-exists-p (expand-file-name nnml-nov-file-name