From cf441170bc9c614f7e295c9eeb295ff18e2c9351 Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Sat, 6 Feb 2021 15:16:00 +0100 Subject: git-email-headers: Add "cc" field * git-email.el (git-email-headers): --- git-email.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3