Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: nov and procmail compatability?
Date: Mon, 3 Jul 2000 10:14:21 +0200	[thread overview]
Message-ID: <vaflmzjeile.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: Stan Norton's message of "02 Jul 2000 00:17:48 -0400"

Stan Norton <stan@stannorton.com> writes:

> The code that I use to configure splitting by procmail (scarfed from
> some post years ago) suggests that " nnml-nov-is-evil t" should be
> set. I don't understand why.

This depends on how you do your procmail stuff.  Here's how you
_should_ use it:

Tell procmail to write messages for the nnml:foo.bar group into the
file ~/procmail/foo.bar.in, and tell Gnus to fetch mail from that
directory, like so:

(add-to-list 'mail-sources
             '(directory :path "/home/jrl/procmail/"
                         :suffix ".in"))

Here's how you should _not_ use it:

Tell procmail to write messages for the nnml:foo.bar group into the
directory ~/Mail/foo/bar/ (or ~/Mail/foo.bar/, depending on the
use-long-filenames setting), numbering files as it goes along.

But if you do use the second method, then it is possible to set
nnml-nov-is-evil to t to make it slightly less horrible.  You can also
tell Gnus to never delete the last message to make another epsilon of
difference.  But you should really use the first method.

Why is the second method bad?  Because Gnus gets really really REALLY
upset when some other program messes with its files (in ~/Mail/).
Don't do that.

kai
-- 
I like BOTH kinds of music.



      parent reply	other threads:[~2000-07-03  8:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-02  4:17 Stan Norton
2000-07-03  3:24 ` Harry Putnam
2000-07-03 12:30   ` Suggestion for "file" mail-backend (was Re: nov and procmail compatability?) Jorge Godoy
2000-07-03 12:59     ` Kai Großjohann
2000-07-03 13:10       ` Jorge Godoy
2000-07-03 13:10         ` Norbert Koch
2000-07-03 13:45           ` Per Abrahamsen
2000-07-03 17:52             ` Harry Putnam
2000-07-03 18:13               ` Jorge Godoy
2000-07-03 18:16                 ` Kai Großjohann
2000-07-07  2:31                   ` Karl Eichwalder
2000-07-03 19:19                 ` Harry Putnam
2000-07-03 18:14               ` Kai Großjohann
2000-07-03 19:37                 ` Harry Putnam
2000-07-03 21:24                   ` Kai Großjohann
2000-07-03  8:14 ` Kai Großjohann [this message]

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=vaflmzjeile.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --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).