# HG changeset patch # User Henrik Enberg # Date 1177542169 0 # Node ID d24a68635714e66422d48be53e4d976b6f61c489 # Parent f6a3624b4de66770601dc6981df943a7bbdfe1b1 (rmail-highlight): New face. (rmail-highlight-face): Use it. diff -r f6a3624b4de6 -r d24a68635714 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Tue Apr 11 13:29:07 2006 +0000 +++ b/lisp/mail/rmail.el Wed Apr 25 23:02:49 2007 +0000 @@ -325,8 +325,14 @@ :type 'regexp :group 'rmail-headers) +(defface rmail-highlight + '((t :default highlight)) + "Face to use for highlighting the most important header fields." + :group 'rmail-headers + :version "22.1") + ;;;###autoload -(defcustom rmail-highlight-face 'bold "\ +(defcustom rmail-highlight-face 'rmail-highlight "\ *Face used by Rmail for highlighting sender and subject. See `rmail-font-lock-keywords'." :type '(choice (const :tag "Default" nil)