changeset: 6377:630bbc147022 user: Kevin McCarthy <[email protected]> date: Wed Dec 18 19:19:30 2013 -0800 link: http://dev.mutt.org/hg/mutt/rev/630bbc147022
Note correct usage of $edit_headers. (closes #3673) Ticket 3673 shows that it isn't necessarily obvious a blank line is needed between the headers and body of a message when using $edit_headers. This patch adds a small note to the documentation, indicating the blank line should be preserved between the headers and body. Thank you Sinan Kaan Yerli for the patch. diffs (16 lines): diff -r 89b17d3cd510 -r 630bbc147022 doc/manual.xml.head --- a/doc/manual.xml.head Wed Aug 13 13:46:40 2014 -0700 +++ b/doc/manual.xml.head Wed Dec 18 19:19:30 2013 -0800 @@ -1270,8 +1270,10 @@ will then automatically start your <link linkend="editor">$editor</link> on the message body. If the <link linkend="edit-headers">$edit_headers</link> variable is set, the headers -will be at the top of the message in your editor. Any messages you are -replying to will be added in sort order to the message, with appropriate +will be at the top of the message in your editor; the message body +should start on a new line after the existing blank line at the end of +headers. Any messages you are replying to will be added in sort order +to the message, with appropriate <link linkend="attribution">$attribution</link>, <link linkend="indent-string">$indent_string</link> and <link linkend="post-indent-string">$post_indent_string</link>. When
