Gnus development mailing list
 help / color / mirror / Atom feed
From: Michael Albinus <Michael.Albinus@alcatel.de>
Subject: nnml and compressed message files
Date: Mon, 16 Jun 2003 09:16:53 +0200	[thread overview]
Message-ID: <nqd6hemqze.fsf@alcatel.de> (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.




             reply	other threads:[~2003-06-16  7:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-16  7:16 Michael Albinus [this message]
2003-06-16 16:46 ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=nqd6hemqze.fsf@alcatel.de \
    --to=michael.albinus@alcatel.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).