(rmail-font-lock-keywords): Treat "Mail-Reply-To" like "Reply-To".

This commit is contained in:
Glenn Morris 2009-03-15 21:09:30 +00:00
parent e009b5967b
commit 4ad1654a90
2 changed files with 11 additions and 1 deletions

View 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

View 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\\):"