Gnus development mailing list
 help / color / mirror / Atom feed
From: Hevard Fosseng <havard.fosseng@usit.uio.no>
Cc: ding@gnus.org
Subject: Re: new mail fetching doesn't work for us procmail heretics
Date: 28 Jan 1999 20:59:28 +0100	[thread overview]
Message-ID: <m80679rdv8f.fsf@aqualene.uio.no> (raw)
In-Reply-To: Justin Sheehy's message of "28 Jan 1999 14:11:43 -0500"

Justin Sheehy <justin@linus.mitre.org> writes:

> I split all of my mail using procmail.  Gnus splitting is powerful
> enough, but happens at the wrong time.  I like having my mail be
> sorted at arrival time, not when I decide to read it or at some
> arbitrary interval.
> 
> Under Gnusae previous to the last few pgnus, one can accomplish this with:
> 
> (setq nnmail-procmail-directory "~/Mail/incoming"
>       nnmail-use-procmail t
>       nnmail-procmail-suffix "")

I had a pretty similar setup, though I use nnfolder rather than nnml.

In 0.74, I use:

(setq nnmail-spool-file `((directory
			   :path "~/mail/spool/"
			   :match "[a-z]"
			   :suffix "")))

The :match keyword is to make sure that a call to DIRECTORY-FILES does
not match . and .. (movemail doesn't like being handled a directory).
This doesn't work in 0.74 since the :match keyword has been removed. I
get by by answering in the affirmative when movemail asks whether to
continue.



- Håvard Fosseng


  reply	other threads:[~1999-01-28 19:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-01-28 19:11 Justin Sheehy
1999-01-28 19:59 ` Hevard Fosseng [this message]
1999-01-29  0:44   ` Mike McEwan
1999-02-01 20:37     ` Lars Magne Ingebrigtsen

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=m80679rdv8f.fsf@aqualene.uio.no \
    --to=havard.fosseng@usit.uio.no \
    --cc=ding@gnus.org \
    /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).