Variable: nndraft-required-headers
nndraft-required-headers is a customizable variable defined in
nndraft.el.gz.
Value
(Date)
Documentation
Headers to be generated when saving a draft message.
The headers in this variable and the ones in message-required-headers
are generated if and only if they are also in message-draft-headers.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nndraft.el.gz
(defcustom nndraft-required-headers '(Date)
"Headers to be generated when saving a draft message.
The headers in this variable and the ones in `message-required-headers'
are generated if and only if they are also in `message-draft-headers'."
:type '(repeat sexp)
:group 'message-headers) ; FIXME wrong group