Variable: sc-blank-lines-after-headers
sc-blank-lines-after-headers is a customizable variable defined in
supercite.el.gz.
Value
1
Documentation
Number of blank lines to leave after mail headers have been nuked.
Set to nil, to use whatever blank lines happen to occur naturally.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-blank-lines-after-headers 1
"Number of blank lines to leave after mail headers have been nuked.
Set to nil, to use whatever blank lines happen to occur naturally."
:type '(choice (const :tag "leave" nil)
integer)
:group 'supercite)