Larry Hignight wrote:
> 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?
Either, actually! Since you can specify it on the command line,
you could use something like this in your ~/.muttrc file:
set editor='vim -c "set tw=72"'
There are many other things that you could also specify, but this
is the one you mentioned, so...
Good luck! =o)
-- Mr. Wade
--
Linux: The Choice of the GNU Generation