Matej Cepl <mutt> [30/10/01 01:20 -0500]: > Is anybody able to help me (sorry, for OT question, but I guess > that there are many vim users on this list), please?
Try this
# Use mutt.editor as our editor
set editor="vim +':set textwidth=65' +':set wrap' +\`awk '/^$/ {print i+2; exit}
{i++}' %s\` %s"
That line will wrap - unwrap it.
-srs
