On 2000-10-04 16:25:50, Ethan Benson wrote:
> On Wed, Oct 04, 2000 at 06:06:59PM -0400, Joel Dinel wrote:
> >  I store all mails from this list in ~/Mail/IN.debian-user. How can I go 
> > read those mails in Mutt ? I can't see anything in the man pages...
> 
> mutt -f ~/Mail/IN.debian-user
> 
> or when in mutt hit `c' then =IN.debian-user ENTER
> 
> or if you want mutt to inform you when new mail is dropped into that
> mailbox, add the following to your ~/.muttrc
> 
> mailboxes ! =IN.debian-user
> 
> you can add additional mailboxes to that list, they are seperated by spaces.

I use the following in $HOME/.muttrc to avoid having to maintain
mailing list info for both procmail and mutt:

# mailing lists
subscribe `find $HOME/var/mail/mailing_list -type f -printf '%f '; echo ''`

# mail boxes
mailboxes `find $HOME/var/mail -type f -not -name \*.cache -not -name \*.log 
-not -name sent\* -not -name archive -not -name trash -printf '%p '; echo ''`


/Allan
-- 
Allan M. Wind                   email: [EMAIL PROTECTED]
P.O. Box 2022                   finger: [EMAIL PROTECTED] (GPG/PGP)
Woburn, MA 01888-0022           icq: 44214251
USA








Reply via email to