Variable: mh-unseen-updated-hook
mh-unseen-updated-hook is a customizable variable defined in
mh-e.el.gz.
Value
nil
Documentation
Hook run after the unseen sequence has been updated.
The variable mh-seen-list can be used by this hook to obtain
the list of messages which were removed from the unseen
sequence.
This variable was added, or its default value changed, in MH-E version
6.0.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom-mh mh-unseen-updated-hook nil
"Hook run after the unseen sequence has been updated.
The variable `mh-seen-list' can be used by this hook to obtain
the list of messages which were removed from the unseen
sequence."
:type 'hook
:group 'mh-hooks
:group 'mh-sequences
:package-version '(MH-E . "6.0"))