On Wed, Jan 27, 1999 at 08:05:23PM -0600, Ronny Haryanto wrote:
> I'm using vim by the way, I know it's rather inappropriate to ask this
> here, but if anyone has any good tips for using vim with mutt,
> especially for wrapping outgoing messages to a certain width, please
> kindly let me know.
Inside vim, hit ':', then type "set wm=#", where # is the number of
characters before the end of the line that you want your mail wrapped.
If you want this behaviour automatic, put "set wm=#" in your .vimrc
file. If you want it _only_ when editing mail messages, put it in a
file called .vimrc-mutt or something, and then in your .muttrc, tell
it "set editor="vim -u ~/.vimrc-mutt".
This is a perfect example of the kind of feature that already exists
elsewhere, and so should _not_ be in mutt.
--
Ian Peters ``Never attribute to malice what can be explained
[EMAIL PROTECTED] by stupidity'' -- Hanlon's Razor