I've been a mutt user for well over 10 years but more and more I am running into limitations which I am having trouble solving.
I have various email accounts which I access via IMAP. When I reply to mail from each one I need a different From: address, different signature, different SMTP server, some I want to GPG sign and some not, etc. folder-hook imaps://usern...@mail.domain1.com/ 'set signature=~/.signature.domain1; set pgp_autosign = yes; set from="Tracy Reed <usern...@domain1.com>"' folder-hook imaps://usern...@mail.domain1.com/.* 'set signature=~/.signature.domain1; set pgp_autosign = yes; set from="Tracy Reed <usern...@domain1.com>"' folder-hook imaps://usern...@mail.domain1.com/.*lists.* 'set signature=~/.signature.domain1; set pgp_autosign = yes; set from="Tracy Reed <usern...@ultraviolet.org>"' folder-hook imaps://usern...@mail.domain1.com/folder1 'set signature=~/.signature.plusone; set pgp_autosign = no; set from="Tracy Reed <u...@domain4.com>"' folder-hook imaps://tracy.r...@domain2.com@imap.domain2.com/ 'set signature=~/.signature; set pgp_autosign = yes; set from="Tracy Reed <tracy.r...@domain2.com>"' folder-hook imaps://usernameir...@domain2.com@imap.domain2.com/ 'set signature=~/.signature.work; set pgp_autosign = no; set from="Tracy Reed <usernameir...@domain2.com>"' folder-hook imap://usern...@domain3.com@mail.domain3.com/ 'set signature=~/.signature.work; set pgp_autosign = no; set from="Tracy Reed <usern...@domain3.com>"' But for whatever reason the From: address is almost always being set to the wrong thing, usually tracy.r...@domain2.com. This seems like a complicated state machine or something. There's got to be a better way. I would also like to be able to sort mail. Mutt doesn't do this and I can't do sieve on the server side for most of my accounts. I do have procmail on the server side for one of them. How do most people handle this? Do most people use fetchmail and pipe through procmail? But if I pull the mail down and delete from server I lose the advantage of IMAP and having the mail saved/backed up on the server and ability to access it with other devices. I am running mutt 1.5.21 on CentOS 5.7. Suggestions? -- Tracy Reed