From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3298 Path: news.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.user Subject: Re: Trouble with compressing nnml files Date: Fri, 19 Dec 2003 13:50:00 +0100 Organization: http://purl.org/harder/ Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138669464 18457 80.91.229.2 (31 Jan 2006 01:04:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:04:24 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:32:00 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.gnus X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; Michael Albinus writes: > (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 > > > Just for reading compressed files, the patch in > `nnml-current-group-article-to-file-alist' is sufficient. > > I've poposed the patch long time ago to Gnus development, but it > wasn't taken into account. But your patch does appear to have been applied a while ago: 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 .