Variable: mh-annotate-msg-hook
mh-annotate-msg-hook is a customizable variable defined in mh-e.el.gz.
Value
nil
Documentation
Hook run when a message is sent and after annotating the scan lines and message.
Hook functions can access the current folder name with
mh-current-folder and obtain the message numbers of the
annotated messages with mh-annotate-list.
This variable was added, or its default value changed, in MH-E version
8.1.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom-mh mh-annotate-msg-hook nil
"Hook run when a message is sent and after annotating the scan lines and message.
Hook functions can access the current folder name with
`mh-current-folder' and obtain the message numbers of the
annotated messages with `mh-annotate-list'."
:type 'hook
:group 'mh-hooks
:group 'mh-sending-mail
:package-version '(MH-E . "8.1"))