diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-05-20 10:47:32 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-05-20 11:02:50 -0700 |
commit | ee2916c6d25f963649c9fe2583faf66538f60180 (patch) | |
tree | fc4d9a789d21fe7efd1e7d808bcc4af8f9fa5646 /etc/NEWS.18 | |
parent | a32412b8aa3dc14d810054601d9502ccfd1dae57 (diff) | |
download | emacs-ee2916c6d25f963649c9fe2583faf66538f60180.tar.gz |
Use “Cc” for email copies, as per RFC 5322.
Also fix similar problems with Bcc, Fcc, In-Reply-To,
and similar email headers. See thread starting at:
https://lists.gnu.org/r/emacs-devel/2018-05/msg00463.html
Diffstat (limited to 'etc/NEWS.18')
-rw-r--r-- | etc/NEWS.18 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS.18 b/etc/NEWS.18 index 153c2f7a0a7..e2645b9401f 100644 --- a/etc/NEWS.18 +++ b/etc/NEWS.18 @@ -201,10 +201,10 @@ is carried over to the expansion that replaces it. has the syntax of an ordinary punctuation character. As a result, \[...\] and such like are considered to balance each other. -* Mail-mode automatic Reply-to field. +* Mail-mode automatic Reply-To field. If the variable `mail-default-reply-to' is non-`nil', then each time -you start to compose a message, a Reply-to field is inserted with +you start to compose a message, a Reply-To field is inserted with its contents taken from the value of `mail-default-reply-to'. * Where is your .emacs file? |