[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mbox--> maildir with getmail, procmail,mutt



On 2003-08-18 16:22:35, Bijan Soleymani wrote:
> I have this in my ~/.muttrc
> 
> set folder=~/Maildir/
> mailboxes + +.lists +.lists.debian +.lists.hurd +.lists.icebike +.lists.mlug +.spam
> set mask=""

And if you store things based on sender address, then you only need to
maintain .procmailrc.  Here are the interesting tidbits from my .muttrc:

# mailing lists
subscribe `find $HOME/var/mail/received/mailing_lists/ -type d -mindepth 1 -maxdepth 1 -printf '%f '; echo`

# mailboxes
mailboxes =default
mailboxes `find $HOME/var/mail/received/family -type d -mindepth 1 -maxdepth 1 -printf '%h/%f '; echo`
mailboxes `find $HOME/var/mail/received/mailing_lists -type d -mindepth 1 -maxdepth 1 -printf '%h/%f '; echo`


/Allan
-- 
Allan Wind
P.O. Box 2022
Woburn, MA 01888-0022
USA

Attachment: pgpsrgZgEJetM.pgp
Description: PGP signature


Reply to: