Click to See Complete Forum and Search --> : mutt and procmail


UprightMan
11-01-2002, 12:40 AM
I'm trying to get sendmail/procmail/mutt working in a convenient manner.

Procmail is sorting my mail to various files in $HOME/Mail. However, when I do this, I can't figure out how to get mutt to automatically go to th folders that contain new mail. Currently, if procmail sorted the mail, I have to check each file to see if it contains new mail.

Is there some configuration that I can add to .muttrc to make it go from file to file that contains new mail when I execute mutt?

TIA

fancypiper
11-01-2002, 11:39 AM
Have you tried launching mutt with the -y flag?

From man mutt:

-y Start Mutt with a listing of all mailboxes specified by the mailboxes command.


Common e-mail tools:
sendmail (http://www.sendmail.net/) - postfix (http://www.postfix.org/) - sends mail to local users (and internet when configured correctly)
fetchmail (http://www.tuxedo.org/~esr/fetchmail/) - gets mail from internet pop accounts
procmail (http://www.procmail.org/) - sorts and delivers into separate mailboxes
mutt (http://www.mutt.org/) - mail client that sucks less than all the others
Email the Linux Way (http://www.mandrakeuser.org/docs/connect/index.html#mtuw)
Suresh Ramasubramanian's email guide (http://www.hserus.net/dlhowto.html)
The Linux Mail User HOWTO (http://www.tldp.org/HOWTO/Mail-User-HOWTO/index.html)
The Linux Electronic Mail Administrator HOWTO (http://www.tldp.org/HOWTO/Mail-Administrator-HOWTO.html)
Gotmail (http://ssl.usu.edu/paul/gotmail/), a utility to download mail from Hotmail accounts

UprightMan
11-01-2002, 11:51 AM
Yah, I was trying to use the -y option but I didn't have any of my filtering mailboxes specified in .muttrc:)

All is well now. Thanks.