Hi,
It has been advised that I set my .muttrc to wrap lines after 72
characters. I have looked into how to do this and have some questions
for the list. I looked around on the web for how to do this and found
the following:
set editor ="vi -c 'set tw=72'"
But this didn't work. vi told me that it didn't understand tw. So I
continued my search and found something that does work:
set editor ="vi -c 'set wl=72'"
vi understands the wl. However, when I begin to compose a message in
mutt, the addition of this "wrap command" has the effect of positioning
my cursor at the bottom of my signature, and not at the top of the
screen. Is there something I can tell Mutt to make my cursor begin at
the very top of the message that I am composing?
Thanks,
Bryan