Variable: rmail-header-style
rmail-header-style is a variable defined in rmail.el.gz.
Value
normal
Documentation
The current header display style choice, one of
normal (selected headers) or full (all headers).
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defvar rmail-header-style 'normal
"The current header display style choice, one of
`normal' (selected headers) or `full' (all headers).")