Variable: mh-before-commands-processed-hook
mh-before-commands-processed-hook is a customizable variable defined
in mh-e.el.gz.
Value
nil
Documentation
Hook run by x (mh-execute-commands) before performing outstanding refile and delete requests.
Variables that are useful in this hook include mh-delete-list,
mh-refile-list, mh-blocklist, and mh-allowlist which can be
used to see which changes will be made to the current folder,
mh-current-folder.
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 mh-before-commands-processed-hook nil
"Hook run by \\<mh-folder-mode-map>\\[mh-execute-commands] before performing outstanding refile and delete requests.
Variables that are useful in this hook include `mh-delete-list',
`mh-refile-list', `mh-blocklist', and `mh-allowlist' which can be
used to see which changes will be made to the current folder,
`mh-current-folder'."
:type 'hook
:group 'mh-hooks
:group 'mh-folder
:package-version '(MH-E . "8.0"))