Larry Hignight ([EMAIL PROTECTED]) said something to this effect on 05/18/2001:
> I'm not sure how I missed this in the Mutt manual and some online tutorials,
> but I have some people on another mail list complaining that my email isn't
> wrapping properly.  I am using vim as my editor.  Which needs to be configured
> to setup wrapping at 72?  Is it in one of the vim files or the .muttrc?

set fo=trcq    " fo == formatoptions
set ft=mail    " ft == filetype
set tw=72      " tw == textwidth

use :help to describe these. Setting ft=mail will also (I
believe) set fo to the right options.

(darren)

-- 
Any technology indistinguishable from magic is insufficiently advanced.

Reply via email to