Variable: mh-find-path-hook
mh-find-path-hook is a customizable variable defined in mh-e.el.gz.
Value
nil
Documentation
Hook run by mh-find-path after reading the user's MH profile.
This hook can be used the change the value of the variables that
mh-find-path sets if you need to run with different values
between MH and MH-E.
This variable was added, or its default value changed, in MH-E version
7.0.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom mh-find-path-hook nil
"Hook run by `mh-find-path' after reading the user's MH profile.
This hook can be used the change the value of the variables that
`mh-find-path' sets if you need to run with different values
between MH and MH-E."
:type 'hook
:group 'mh-hooks
:group 'mh-e
:package-version '(MH-E . "7.0"))