mh-letter-font-lock-keywords

mh-letter-font-lock-keywords is a variable defined in `mh-letter.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Additional expressions to highlight in MH-Letter buffers.

Value:

(("^\\(From:\\|Sender:\\)\\(.*\\)" (1 'default) (2 'mh-show-from)) (mh-header-to-font-lock (0 'default) (1 'mh-show-to)) (mh-header-cc-font-lock (0 'default) (1 'mh-show-cc)) ("^\\(Reply-To:\\|Return-Path:\\)\\(.*\\)$" (1 'default) (2 'mh-show-from)) (mh-header-subject-font-lock (0 'default) (1 'mh-show-subject)) ("^\\(Apparently-To:\\|Newsgroups:\\)\\(.*\\)" (1 'default) (2 'mh-show-cc)) ("^\\(In-reply-to\\|Date\\):\\(.*\\)$" (1 'default) (2 'mh-show-date)) (mh-letter-header-font-lock (0 'mh-show-header append t)) ("[>|}]" ("\\=[ ]*\\(\\([A-Za-z]+[A-Za-z0-9_.@-`'\"]*\\)?\\([>|}][ ]*\\)\\)+\\(.*\\)" (beginning-of-line) (end-of-line) (2 font-lock-constant-face nil t) (4 font-lock-comment-face nil t))) (mh-font-lock-field-data (1 'mh-letter-header-field prepend t)))