> 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to