Variable: mh-signature-separator-flag
mh-signature-separator-flag is a customizable variable defined in
mh-e.el.gz.
Value
t
Documentation
Non-nil means a signature separator should be inserted.
It is not recommended that you change this option since various mail user agents, including MH-E, use the separator to present the signature differently, and to suppress the signature when replying or yanking a letter into a draft.
This variable was added, or its default value changed, in MH-E version
8.0.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom mh-signature-separator-flag t
"Non-nil means a signature separator should be inserted.
It is not recommended that you change this option since various
mail user agents, including MH-E, use the separator to present
the signature differently, and to suppress the signature when
replying or yanking a letter into a draft."
:type 'boolean
:group 'mh-letter
:package-version '(MH-E . "8.0"))