rmail-font-lock-keywords
rmail-font-lock-keywords is a variable defined in `
rmail.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Additional expressions to highlight in Rmail mode.
Value:
(("^\\(From\\|Sender\\|Resent-From\\):" quote rmail-header-name)
("^\\(Mail-\\)?Reply-To:.*$" quote rmail-header-name)
("^Subject:" quote rmail-header-name)
("^X-Spam-Status:" quote rmail-header-name)
("^\\(To\\|Apparently-To\\|Cc\\|Newsgroups\\):" quote rmail-header-name)
("[>|}]"
("\\=[ ]*\\(\\(\\([[:alpha:]]+[[:alpha:]0-9_.@-`'\"]*\\)?\\([>|}][ ]*\\)\\)+\\)\\(.*\\)"
(beginning-of-line)
(end-of-line)
(1 font-lock-comment-delimiter-face nil t)
(5 font-lock-comment-face nil t)))
("^\\(X-[a-z0-9-]+\\|In-reply-to\\|Date\\):.*\\(\n[ ]+.*\\)*$" quote rmail-header-name))