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

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



> 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`

ah, that's quite  nice!  thanks,
matt



Reply to: