diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-02-06 15:16:00 +0100 |
---|---|---|
committer | Xinglu Chen <public@yoctocell.xyz> | 2021-02-06 15:16:00 +0100 |
commit | cf441170bc9c614f7e295c9eeb295ff18e2c9351 (patch) | |
tree | 2015bca2732ca3e6bff33d62a9a2b62eb5067b7e | |
parent | 420b37ff8cc775102cc59e8b29a4794bac3c82df (diff) |
git-email-headers: Add "cc" field
* git-email.el (git-email-headers):
-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 |