Gnus development mailing list
 help / color / mirror / Atom feed
From: Russ Allbery <rra@stanford.edu>
Subject: Re: Gnus and qmail maildir format
Date: 06 Aug 1997 03:23:42 -0700	[thread overview]
Message-ID: <m3lo2fd2z5.fsf@windlord.Stanford.EDU> (raw)
In-Reply-To: fdc@cliwe.ping.de's message of 05 Aug 1997 21:47:01 +0200

Frank D Cringle <fdc@cliwe.ping.de> writes:
> Kai Grossjohann <grossjohann@charly.cs.uni-dortmund.de> writes:
>>>>>>> On 05 Aug 1997, Jason R Mastaler said:

>> Jason> [...]  I'm not sure whether support for Maildir is built into
>> Jason> Gnus yet, but I would guess no based on what I've read. [...]

>> If I understand correctly, the difference perceived by a user is that
>> qmail does not write mbox style files but instead writes one file per
>> message in a directory.

Which has the major advantage, in my opinion, that it avoids "From " lines
and therefore doesn't have to do the really broken quoting of lines
beginning with "From " in the article body.

> Qmail's suggested default configuration delivers into a Mailbox (mbox)
> file in the user's home directory.  You can request delivery to a
> Maildir instead, but that does not seem to be much use for gnus users.

Disagree strongly, particularly if you're having your mail delivered to
you over NFS.  The main reason why I'd like to have maildir support in
Gnus directly is to avoid the body quoting of lines beginning with From;
in the meantime, the following works fine:

;; Since I'm using a qmail maildir to store incoming mail, we need to call
;; maildir2mbox before trying to fetch new mail.
(add-hook 'nnmail-pre-get-new-mail-hook
          (lambda () (call-process "/var/qmail/bin/maildir2mbox" nil nil)))

-- 
Russ Allbery (rra@stanford.edu)         <URL:http://www.eyrie.org/~eagle/>


  reply	other threads:[~1997-08-06 10:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-08-02 10:21 Russ Allbery
1997-08-05 16:31 ` Jason R Mastaler
1997-08-05 17:22   ` Kai Grossjohann
1997-08-05 19:47     ` Frank D. Cringle
1997-08-06 10:23       ` Russ Allbery [this message]
1997-08-06 10:49         ` Frank D. Cringle

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=m3lo2fd2z5.fsf@windlord.Stanford.EDU \
    --to=rra@stanford.edu \
    /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).