Gnus development mailing list
 help / color / mirror / Atom feed
From: Jan Vroonhof <vroonhof@math.ethz.ch>
Cc: ding@ifi.uio.no
Subject: Re: reading mail with Gnus
Date: 25 Jul 1996 14:15:51 +0200	[thread overview]
Message-ID: <byg26gr0js.fsf@math.ethz.ch> (raw)
In-Reply-To: Allan Poindexter's message of Wed, 24 Jul 1996 23:19:40 -0500

Allan Poindexter <allan@royal-oak.csc.ti.com> writes:

Him allan this is what you had

> (nnbabyl "mymail"
> 	 (nnmail-spool-file nil)

This is (part of the doc string) for nnmail-spool-file

nnmail-spool-file's value is ...
[..]
Documentation:
Where the mail backends will look for incoming mail.
This variable is "/usr/spool/mail/$user" by default.
If this variable is nil, no mail backends will read incoming mail.

Notice the last line. So you disabled all incoming mail reading, which
is not what you want. If you have procmail style spool/inboxes only, then you
could just set this variable to 'procmail. (This is what I have and
what works, I don't read my normal mail with gnus)
i.e. in my gnus I have
 (setq nnmail-spool-file 'procmail)
 (setq nnmail-procmail-directory "~/scratch/Mail/")


However you have a special case: your main MBOX it has no
corresponding spool file, but instead you have a seperate "inbox".
You could try the following

  (setq nnmail-spool-file "~allan/mail/.inboxes/inbox")

and keeping
> 	 (nnmail-use-procmail t)

to tell gnus to ALSO read the other procmail spool files. Make sure
all the other inboxes end in .nnbabyl

> 	 (nnmail-procmail-directory "~allan/mail/.inboxes")
> 	 (nnmail-procmail-suffix ".nnbabyl")
> 	 (nnbabyl-mbox-file "~allan/mail/nnbabyl/NNBABYL")
> 	 (nnbabyl-active-file "~allan/mail/nnbabyl/active")

This looks alright. The only difficulty left is making sure that all
mail froim the spool-file, i.e. ~allan/mail/.inboxes/inbox gets into 
the nnbabyl-mbox-file, using the right nnmail-split-boxes seeting. But
I don't know to do that.

Jan


      reply	other threads:[~1996-07-25 12:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-07-25  4:19 Allan Poindexter
1996-07-25 12:15 ` Jan Vroonhof [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=byg26gr0js.fsf@math.ethz.ch \
    --to=vroonhof@math.ethz.ch \
    --cc=ding@ifi.uio.no \
    /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).