Mercurial > emacs
changeset 88337:d24a68635714
(rmail-highlight): New face.
(rmail-highlight-face): Use it.
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Wed, 25 Apr 2007 23:02:49 +0000 |
parents | f6a3624b4de6 |
children | 13c1b6f73517 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)