On Wed, Jul 10, 2002 at 04:08:23PM -0400, John P Verel wrote: > On 07/10/02 11:56 -0800, W. D. McKinney wrote: > > Hello, > > > > Being a new mutt user, I need some help. I am trying to get > > mutt-1.3.27i-66 to wrap lines auto-magically. > > Be sure you've got your editor set up correctly. I use vim as my > editor. In my .vimrc, I've got textwidth=72, which makes all come out
I use VIM for everything including code, so I don't like my editor to wrap by default. I added this to my .muttrc and it works perfectly. set editor="vim -u $HOME/.vimrc -c ':set textwidth=74 wrapmargin=4'" You can actually set many mutt specific options to your VIM this way. DAve -- My other computer is your Windows machine...
