Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "Mario Domgörgen" <kanaldrache@gmx.de>
Subject: Re: Gnus for mail - fetchmail, procmail, splitting
Date: 08 Feb 2003 11:22:24 +0100	[thread overview]
Message-ID: <87smuzxean.fsf@gmx.de> (raw)
In-Reply-To: <87d6m3eeko.fsf@prism.localnet>

Massimiliano Mirra - bard <bard@prism.localnet> writes:

>     mail source: directory where procmail delivers the mail
>     mail backend: nnfolder

I would really recommend nnml, it is much faster especially for large
groups... i know that, i have also used that some time ago... :)
     
>     get mail with fetchmail -> split mail with procmail -> mail gets
>     arranged in various mbox files -> split mail again and move it
>     with gnus -> mail gets arranged again in other mailbox files ->
>     read mail with gnus
> 
> Can I avoid the second split and tell Gnus to just associate the
> mailgroup ABC with the mailbox file abc, the mailgroup XYZ with the
> mailbox file xyz, etc., without any processing?


That's exactly what i do:

,----[~/.procmailrc
| MAILDIR=$HOME/Mail/spool/
| 
| :0:
| * ^TO*icewm-user*
| icewm-user.spool
`----[and so on

,----[~/.gnus 
| (setq mail-sources
|       '((directory :path "~/Mail/spool" suffix:".spool")))
| 
| (setq gnus-secondary-select-methods 
| 	     '((nnfolder "")))
`----

That should work!

Mario

-- 
Windows NT crashed.
I am the Blue Screen of Death.
No one hears your screams.


       reply	other threads:[~2003-02-08 10:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87d6m3eeko.fsf@prism.localnet>
2003-02-08 10:22 ` Mario Domgörgen [this message]
     [not found]   ` <87y94r9ez3.fsf@prism.localnet>
     [not found]     ` <841y2hqsfu.fsf@lucy.is.informatik.uni-duisburg.de>
     [not found]       ` <877kc8zvjh.fsf@prism.localnet>
     [not found]         ` <84r8ag8xat.fsf@lucy.is.informatik.uni-duisburg.de>
2003-02-10 14:38           ` Massimiliano Mirra - bard
     [not found]             ` <848ywojfex.fsf@lucy.is.informatik.uni-duisburg.de>
2003-02-10 22:07               ` Massimiliano Mirra - bard

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=87smuzxean.fsf@gmx.de \
    --to=kanaldrache@gmx.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).