Variable: message-signature-setup-hook
message-signature-setup-hook is a customizable variable defined in
message.el.gz.
Value
nil
Documentation
Normal hook, run each time a new outgoing message is initialized.
It is run after the headers have been inserted and before the signature is inserted.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
(defcustom message-signature-setup-hook nil
"Normal hook, run each time a new outgoing message is initialized.
It is run after the headers have been inserted and before
the signature is inserted."
:group 'message-various
:link '(custom-manual "(message)Various Message Variables")
:type 'hook)