diff options
Diffstat (limited to 'git-email.el')
-rw-r--r-- | git-email.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-email.el b/git-email.el index ea60913..e79f486 100644 --- a/git-email.el +++ b/git-email.el @@ -65,7 +65,7 @@ :group 'git-email) (defcustom git-email-headers - '(subject from in-reply-to message-id references) + '(subject from cc in-reply-to message-id references) "List of headers that should get inserted into the message buffer. The 'to' address will always be inserted based on the |