From 6c9251122397cd94705f709766c541099c052220 Mon Sep 17 00:00:00 2001 From: yoctocell Date: Mon, 4 Jan 2021 10:06:09 +0100 Subject: Update default value of `git-email-headers' `mail-header-format' formats the 'References' header in a different way compared to other headers. * git-email.el (git-email-headers): --- git-email.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-email.el') diff --git a/git-email.el b/git-email.el index e623ba3..1945faa 100644 --- a/git-email.el +++ b/git-email.el @@ -50,7 +50,7 @@ :type 'symbol) (defcustom git-email-headers - '("subject" "from" "in-reply-to" "message-id" "references") + '("subject" "from" "in-reply-to" "message-id") "List of headers that should get inserted into the message buffer. The 'to' address will always be inserted based on the 'sendemail.to' variable in you git config. If the variable is not set, the 'to' address will be empty." -- cgit v1.2.3