emacs-diffs
[Top][All Lists]
Advanced

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

master 11a9d8f: ; Comment fix


From: Glenn Morris
Subject: master 11a9d8f: ; Comment fix
Date: Wed, 12 May 2021 12:39:13 -0400 (EDT)

branch: master
commit 11a9d8fce625c7fdfd067a8443fb215fc1a938d0
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    ; Comment fix
---
 lisp/mail/rmail.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 06bb3bd..7ef3754 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)



reply via email to

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