summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2021-05-12 09:38:57 -0700
committerGlenn Morris <rgm@gnu.org>2021-05-12 09:38:57 -0700
commit11a9d8fce625c7fdfd067a8443fb215fc1a938d0 (patch)
treec4f075f4ef8c12274bc4afe022545334de50bde9 /lisp/mail
parent417d53db2bcafeab54b37c59667f8dee63ffd0fb (diff)
downloademacs-11a9d8fce625c7fdfd067a8443fb215fc1a938d0.tar.gz
emacs-11a9d8fce625c7fdfd067a8443fb215fc1a938d0.tar.bz2
emacs-11a9d8fce625c7fdfd067a8443fb215fc1a938d0.zip
; Comment fix
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 06bb3bd013e..7ef3754dad1 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -3357,7 +3357,7 @@ removing prefixes such as Re:, Fwd: and so on and mailing list
tags such as [tag]."
(let ((subject (or (rmail-get-header "Subject" msgnum) ""))
(regexp "\\`[ \t\n]*\\(\\(\\w\\{1,4\\}\u00a0*[::]\\|\\[[^]]+]\\)[ \t\n]+\\)*"))
- ;; Debbugs sometimes adds `[External] :'; if that happened,
+ ;; Corporate mailing systems sometimes add `[External] :'; if that happened,
;; delete everything up thru there. Empirically, that deletion makes
;; the Subject match the other messages in the thread.
(if (string-match "[[]external][ \t\n]*:" subject)