Variable: sc-preferred-header-style
sc-preferred-header-style is a customizable variable defined in
supercite.el.gz.
Value
4
Documentation
Index into sc-rewrite-header-list specifying preferred header style.
Index zero accesses the first function in the list.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-preferred-header-style 4
"Index into `sc-rewrite-header-list' specifying preferred header style.
Index zero accesses the first function in the list."
:type 'integer
:group 'supercite)