From: Kevin McCarthy Date: Thu, 19 Dec 2013 03:19:30 +0000 (-0800) Subject: Note correct usage of $edit_headers. (closes #3673) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3d4a07790bf447f239f6686d4b001925a773ac0;p=neomutt 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. --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 0093685e0..5a741a5a0 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -1270,8 +1270,10 @@ After getting recipients for new messages, forwards or replies, Mutt will then automatically start your $editor on the message body. If the $edit_headers 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 $attribution, $indent_string and $post_indent_string. When