summaryrefslogtreecommitdiff
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-05-20 10:47:32 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-05-20 11:02:50 -0700
commitee2916c6d25f963649c9fe2583faf66538f60180 (patch)
treefc4d9a789d21fe7efd1e7d808bcc4af8f9fa5646 /lisp/mh-e
parenta32412b8aa3dc14d810054601d9502ccfd1dae57 (diff)
downloademacs-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 'lisp/mh-e')
-rw-r--r--lisp/mh-e/mh-comp.el2
-rw-r--r--lisp/mh-e/mh-show.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el
index 941529330e1..1a77daff9b7 100644
--- a/lisp/mh-e/mh-comp.el
+++ b/lisp/mh-e/mh-comp.el
@@ -324,7 +324,7 @@ message and scan line."
;; message in your +outbox, and best of all doesn't break threading for
;; the recipient if you reply to a message in your +outbox.
(setq mh-send-args (concat "-msgid " mh-send-args))
- ;; The default BCC encapsulation will make a MIME message unreadable.
+ ;; The default Bcc encapsulation will make a MIME message unreadable.
;; With nmh use the -mime arg to prevent this.
(if (and (mh-variant-p 'nmh)
(mh-goto-header-field "Bcc:")
diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el
index 90e2411282c..dae8de00bb8 100644
--- a/lisp/mh-e/mh-show.el
+++ b/lisp/mh-e/mh-show.el
@@ -774,7 +774,7 @@ operation."
("^\\(Apparently-To:\\|Newsgroups:\\)\\(.*\\)"
(1 'default)
(2 'mh-show-cc))
- ("^\\(In-reply-to\\|Date\\):\\(.*\\)$"
+ ("^\\(In-Reply-To\\|Date\\):\\(.*\\)$"
(1 'default)
(2 'mh-show-date))
(mh-letter-header-font-lock