emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master cfabaca: Include To and Cc headers when forwarding


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master cfabaca: Include To and Cc headers when forwarding with Message
Date: Fri, 28 Jun 2019 09:01:45 -0400 (EDT)

branch: master
commit cfabacae02499f28f2cf9ec41d41df7567fd0124
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Include To and Cc headers when forwarding with Message
    
    * lisp/gnus/message.el (message-forward-included-headers): Include
    more of the important headers when forwarded: To and Cc.
---
 lisp/gnus/message.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 986567f..ad3cffc 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -626,7 +626,7 @@ This may also be a list of regexps."
                 regexp))
 
 (defcustom message-forward-included-headers
-  '("^From:" "^Subject:" "^Date:")
+  '("^From:" "^Subject:" "^Date:" "^To:" "^CC:")
   "If non-nil, delete non-matching headers when forwarding a message.
 Only headers that match this regexp will be included.  This
 variable should be a regexp or a list of regexps."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]