On Wed, Nov 19, 2014 at 05:25:17PM -0500, Dale wrote: > editing as follows does the wrap and does away with the plus sign > > set editor="vim +':set textwidth=0' +':set wrapmargin=0' +':set wrap'" > unset markers
If you are using vim you may want to add vim settings specific to editing mail from within mutt to a file like ~/.vim/ftplugin/mail/mail-settings.vim. vim will assign by default the filetype "mail" to mutt editor files and look for plugins in ~/.vim/ftplugin/mail. If you do this then you can just set editor=vim in your .muttrc. For more see ":help ftplugins" in a running vim session. -- Will Fiveash