# HG changeset patch # User Richard M. Stallman # Date 1142706516 0 # Node ID 303818bc3ae89e9258516b7710613e692fac67e0 # Parent be544ed33d820e079e52467b2fde9677b2d01021 (rmail-reply-regexp): Undo previous change. diff -r be544ed33d82 -r 303818bc3ae8 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Sat Mar 18 16:14:26 2006 +0000 +++ b/lisp/mail/rmail.el Sat Mar 18 18:28:36 2006 +0000 @@ -453,10 +453,10 @@ "String to prepend to Subject line when replying to a message.") ;; Some mailers use "Re(2):" or "Re^2:" or "Re: Re:" or "Re[2]:". -;; This pattern should catch all the common variants. The pattern -;; also ignores mailing list identifiers sometimes added in square -;; brackets at the beginning of subject lines. -(defvar rmail-reply-regexp "\\`\\(\\[.+?\\] \\)?\\(Re\\(([0-9]+)\\|\\[[0-9]+\\]\\|\\^[0-9]+\\)?: *\\)*" +;; This pattern should catch all the common variants. +;; rms: I deleted the change to delete tags in square brackets +;; because they mess up RT tags. +(defvar rmail-reply-regexp "\\`\\(Re\\(([0-9]+)\\|\\[[0-9]+\\]\\|\\^[0-9]+\\)?: *\\)*" "Regexp to delete from Subject line before inserting `rmail-reply-prefix'.") (defcustom rmail-display-summary nil