Mutt fix for when composing a message skips aliases

mutt.png

On 2 previous mutt setups (ubuntu and arch), mutt behaved pretty much like I told it to .  I carry my *rc files with me from install to install, so nothing changed.  But in Opensuse 11.1, on mutt, when you compose a message, it skips the “To:” inquiry that allows you to select from your aliases and goes straight into vim or whatever you have set as your editor.

This is a simple fix.  Simply add the following in your ~/.muttrc file:

set autoedit=no

Related Posts

Comments are closed.