]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-font-lock-keywords): Treat "Mail-Reply-To" like "Reply-To".
authorGlenn Morris <rgm@gnu.org>
Sun, 15 Mar 2009 21:09:30 +0000 (21:09 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 15 Mar 2009 21:09:30 +0000 (21:09 +0000)
lisp/ChangeLog
lisp/mail/rmail.el

index b0cc2bc7e6f4f75c2260737509a7fcdf671fb453..d9a3375ec258dc8b186bea49cf9ec8510a8d9d8e 100644 (file)
@@ -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
index af18db931e6c0dafc59ce089b329560e48654987..3396d110752ac250dbdf255854f7d1dc55094282 100644 (file)
@@ -771,7 +771,8 @@ that knows the exact ordering of the \\( \\) subexpressions.")
           (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\\):"