Gnus development mailing list
 help / color / mirror / Atom feed
* nnml and compressed message files
@ 2003-06-16  7:16 Michael Albinus
  2003-06-16 16:46 ` Kai Großjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Albinus @ 2003-06-16  7:16 UTC (permalink / raw)


[I've sent this message 2 weeks ago to bugs@gnus.org; unfortunately
nothing happened. So I try it on the Ding mailing list]

Hi,

I switched recently to Gnus 5.10.2. Unfortunately, I cannot read
anymore the messages which are stored as compressed files ("123.gz"),
which worked for Gnus 5.8.8. Problem seems to be that message file
names are taken from the NOV file now.

The following patch works for me:

albinus@slbwba:[1126] diff -u nnml.el.orig nnml.el
--- nnml.el.orig        Thu May  1 16:23:15 2003
+++ nnml.el     Sun Jun  1 17:21:28 2003
@@ -886,7 +886,8 @@
 (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

Other possiblities might be to set nnml-nov-is-evil to 't (which is
not desirable), or to store message file names but message numbers in
the NOV database, which would lead to side effects.

Best regards, Michael.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: nnml and compressed message files
  2003-06-16  7:16 nnml and compressed message files Michael Albinus
@ 2003-06-16 16:46 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2003-06-16 16:46 UTC (permalink / raw)


Michael Albinus <Michael.Albinus@alcatel.de> writes:

> The following patch works for me:

Applied.  Will commit when back online.

The whole business seems a bit fishy: the alist is only used when
using compressed files, so having an implementation that does the
wrong thing with compressed files is, err, hm.

-- 
This line is not blank.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-16 16:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-16  7:16 nnml and compressed message files Michael Albinus
2003-06-16 16:46 ` Kai Großjohann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).