Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Subject: Re: pb with procmail
Date: Mon, 22 Apr 2002 21:17:47 +0200	[thread overview]
Message-ID: <vafit6jmtk4.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <tcsn5nu0r8.fsf@lam.dev33.cvf>

Lam <lam-no-spamm-thanks@nospam.org> writes:

> (setq gnus-use-procmail t)
> (setq nnmail-use-procmail t)
> (setq nnmail-spool-file 'procmail)
> (setq nnmail-procmail-directory "~/incoming")
> (setq nnmail-procmail-suffix "")

The above appears obsolete, for Gnus 5.7 and lower.

> (setq mail-sources
>       (list '(directory
>               :path "~/incoming"
>               :suffix "" 
>               )
>             )
>       )

This means read from the ~/incoming directory (and nowhere else!).

>
> i create the directory ;
>
> < lam > ls -alF incoming/
> total 12
> drwxrwxr-x    2 lam 1000         4096 Apr 22 18:51 ./
> drwxr-xr-x  128 lam 1000         8192 Apr 22 18:53 ../
>
>
> i receive my mail with fetchmail (it's ok for /var/spool/mail/lam)
> but i can't read the new mail with gnus

Gnus isn't reading from /var/spool/mail.  Add another entry to
mail-sources:

(setq mail-sources
      (list '(directory ...)
            '(file :path "/var/spool/mail/lam")))

Does that work?

kai
-- 
Silence is foo!


       reply	other threads:[~2002-04-22 19:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <tcsn5nu0r8.fsf@lam.dev33.cvf>
2002-04-22 19:17 ` Kai Großjohann [this message]
     [not found]   ` <tc1yd6g9f4.fsf@lam.dev33.cvf>
     [not found]     ` <vafznzuu4bs.fsf@lucy.cs.uni-dortmund.de>
     [not found]       ` <tcwuuy62u5.fsf@lam.dev33.cvf>
     [not found]         ` <vafofgah8jy.fsf@lucy.cs.uni-dortmund.de>
     [not found]           ` <tcsn5mh5k8.fsf@lam.dev33.cvf>
2002-04-23 16:04             ` Lam
2002-04-23 16:13               ` Nicolas Kowalski
2002-04-23 16:55               ` Rémi Letot

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