aboutsummaryrefslogtreecommitdiff
path: root/git-email.el
diff options
context:
space:
mode:
Diffstat (limited to 'git-email.el')
-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."