comparison lisp/mail/rmail.el @ 69568:303818bc3ae8

(rmail-reply-regexp): Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 18 Mar 2006 18:28:36 +0000
parents 2e9fdd693b3f
children c0ad26dd3693 e3bacb89536a
comparison
equal deleted inserted replaced
69567:be544ed33d82 69568:303818bc3ae8
451 451
452 (defvar rmail-reply-prefix "Re: " 452 (defvar rmail-reply-prefix "Re: "
453 "String to prepend to Subject line when replying to a message.") 453 "String to prepend to Subject line when replying to a message.")
454 454
455 ;; Some mailers use "Re(2):" or "Re^2:" or "Re: Re:" or "Re[2]:". 455 ;; Some mailers use "Re(2):" or "Re^2:" or "Re: Re:" or "Re[2]:".
456 ;; This pattern should catch all the common variants. The pattern 456 ;; This pattern should catch all the common variants.
457 ;; also ignores mailing list identifiers sometimes added in square 457 ;; rms: I deleted the change to delete tags in square brackets
458 ;; brackets at the beginning of subject lines. 458 ;; because they mess up RT tags.
459 (defvar rmail-reply-regexp "\\`\\(\\[.+?\\] \\)?\\(Re\\(([0-9]+)\\|\\[[0-9]+\\]\\|\\^[0-9]+\\)?: *\\)*" 459 (defvar rmail-reply-regexp "\\`\\(Re\\(([0-9]+)\\|\\[[0-9]+\\]\\|\\^[0-9]+\\)?: *\\)*"
460 "Regexp to delete from Subject line before inserting `rmail-reply-prefix'.") 460 "Regexp to delete from Subject line before inserting `rmail-reply-prefix'.")
461 461
462 (defcustom rmail-display-summary nil 462 (defcustom rmail-display-summary nil
463 "*If non-nil, Rmail always displays the summary buffer." 463 "*If non-nil, Rmail always displays the summary buffer."
464 :group 'rmail-summary 464 :group 'rmail-summary