aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryoctocell <public@yoctocell.xyz>2021-01-04 10:06:09 +0100
committeryoctocell <public@yoctocell.xyz>2021-01-04 10:06:09 +0100
commit6c9251122397cd94705f709766c541099c052220 (patch)
treec0774b493ffbaf66d8a077209997b551398a24c6
parent164cdcac5788f04df48148e24f468cd810832c5c (diff)
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):
-rw-r--r--git-email.el2
1 files changed, 1 insertions, 1 deletions
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."