> This worked great for plain vi, but the problem persists with mutt.
> Any suggestions for mutt?
This is my mutt editor command. Suit it to your desires, although I
reccommend keeping the line breaks unless you know of a way to get mutt
to format the outgoing mail with line breaks instead of having vim do it
in line as it gets kind of tedious reformating the text when you have a
difficult email to write. (:
Why would you want automatic line breaks in your email though? Won't
every email client wrap text at an appropriate point for viewing?
But even on this account I may be able to offer some knowledge. When
you need to reformat some text just select the text with <ctrl>-v or
<shift>-v or 'v' and do 'gq'.
$ grep editor ~/.muttrc
set editor="vim +/^$ -c 'set linebreak ft=mail'"
I tried the following to stop mutt from adding line breaks but it doesn't work:
set editor="vim -c 'set nolinebreak'"
Can you help me fix that?
- Grant
--
gentoo-user@gentoo.org mailing list