On Fri, Dec 07, 2012 at 02:43:23PM -0500, aaron+m...@schrab.com wrote:
When inserting headers into the message file due to $edit_headers being
set, do not add trailing spaces if $text_flowed is also set. This
avoids the editor from treating the entire header section as a single
flowed paragraph and reformatting it.
Vim will do a passable job of editing messages to be sent as
format=flowed, if "a" and "w" are included in the formatoptions setting.
But, without this change that interacts badly with having the headers
available for editing as well, since any change there will cause much
of the header section to be reformatted, messing it up.
I think this change is somewhat controversial. I'm used to
hitting 'A' in vim to append to those header lines, and with this
change I'd have to type a space first. I'm sure there are others
who would be annoyed by this as well.