On Thu, Aug 19, 1999 at 04:03:52AM -0230, Chris Gushue wrote:
> I guess I should paste basically what I am now doing with procmail.
> 
> ## ~/.procmailrc

looks good...

> :0:
> *
> 0inbox

The "*" line here isn't needed; if there are no "*" lines
procmail applies the rule.

> ## end of ~/.procmailrc 
> 
> With this being my folder list for mutt:
> 
> ## ~/.mutt/folders
> # Mail folders
> set folder=~/mail
> set spoolfile=+0inbox
> # Dated mailboxes
> mailboxes +1999-08/debian-user
> mailboxes +1999-08/linux-kernel
> mailboxes +1999-08/mutt-users
> 
> Plus all of my other lists and procmail recipes. The only "bad" thing
> about this is that I have to manually add some new mailbox entries each
> month in my mutt rc file, but I think I can handle that :)

You can get around this by using:

    mailboxes `find ~/mail -type f -print`

(untested, but I use something similar.)

Note that most other mailers I've used can't even think about
doing stuff like this. :)

> Thanks again to everyone that helped.

No problem!

-- 
Gerald Oskoboiny <[EMAIL PROTECTED]>
http://impressive.net/people/gerald/

Reply via email to