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:
- References:
- mbox--> maildir with getmail, procmail,mutt
- From: Matt Price <matt.price@utoronto.ca>
- Re: mbox--> maildir with getmail, procmail,mutt
- From: "Miquel van Smoorenburg" <miquels@cistron.nl>
- Re: mbox--> maildir with getmail, procmail,mutt
- From: Matt Price <matt.price@utoronto.ca>
- Re: mbox--> maildir with getmail, procmail,mutt
- From: Bijan Soleymani <bijan@psq.com>
- Re: mbox--> maildir with getmail, procmail,mutt
- From: allanwind@lifeintegrity.com (Allan Wind)