Variable: mh-after-commands-processed-hook
mh-after-commands-processed-hook is a customizable variable defined in
mh-e.el.gz.
Value
nil
Documentation
Hook run by x (mh-execute-commands) after performing outstanding refile and delete requests.
Variables that are useful in this hook include
mh-folders-changed, which lists which folders were affected by
deletes and refiles. This list will always include the current
folder, which is also available in 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
;;; Hooks (:group 'mh-hooks + group where hook described)
(defcustom mh-after-commands-processed-hook nil
"Hook run by \\<mh-folder-mode-map>\\[mh-execute-commands] after performing outstanding refile and delete requests.
Variables that are useful in this hook include
`mh-folders-changed', which lists which folders were affected by
deletes and refiles. This list will always include the current
folder, which is also available in `mh-current-folder'."
:type 'hook
:group 'mh-hooks
:group 'mh-folder
:package-version '(MH-E . "8.0"))