changeset 102588:735c4ccc513f

(rmail-font-lock-keywords): Treat "Mail-Reply-To" like "Reply-To".
author Glenn Morris <rgm@gnu.org>
date Sun, 15 Mar 2009 21:09:30 +0000
parents b842dd348c1d
children 304a9b3226b6
files lisp/ChangeLog lisp/mail/rmail.el
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Mar 15 21:07:39 2009 +0000
+++ b/lisp/ChangeLog	Sun Mar 15 21:09:30 2009 +0000
@@ -1,3 +1,12 @@
+2009-03-15  Glenn Morris  <rgm@gnu.org>
+
+	* mail/sendmail.el (mail-yank-prefix): Doc fix.
+	(mail-mode-map): Only enable the "Cite Original" menu-item when
+	appropriate.  Standardize the text used for other headers re hyphens.
+
+	* mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
+	like "Reply-To".
+
 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
 
 	* minibuffer.el (completion-styles): Add emacs22 completion style
--- a/lisp/mail/rmail.el	Sun Mar 15 21:07:39 2009 +0000
+++ b/lisp/mail/rmail.el	Sun Mar 15 21:09:30 2009 +0000
@@ -771,7 +771,8 @@
 	   (cite-suffix (concat cite-prefix "0-9_.@-`'\"")))
       (list '("^\\(From\\|Sender\\|Resent-From\\):"
 	      . 'rmail-header-name)
-	    '("^Reply-To:.*$" . 'rmail-header-name)
+	    '("^\\(Mail-\\)?Reply-To:.*$" . 'rmail-header-name)
+	    ;; FIXME Mail-Followup-To should probably be here too.
 	    '("^Subject:" . 'rmail-header-name)
 	    '("^X-Spam-Status:" . 'rmail-header-name)
 	    '("^\\(To\\|Apparently-To\\|Cc\\|Newsgroups\\):"