mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; * lisp/mail/rmail.el (rmail-simplified-subject): Dodge relint nag
This commit is contained in:
parent
93162efd79
commit
61961903fd
1 changed files with 1 additions and 1 deletions
|
|
@ -3360,7 +3360,7 @@ tags such as [tag]."
|
|||
;; 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)
|
||||
(if (string-match "\\[external][ \t\n]*:" subject)
|
||||
(setq subject (substring subject (match-end 0))))
|
||||
(setq subject (rfc2047-decode-string subject))
|
||||
(setq subject (replace-regexp-in-string regexp "" subject))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue