Variable: mh-quit-hook

mh-quit-hook is a customizable variable defined in mh-e.el.gz.

Value

nil

Documentation

Hook run by q (mh-quit) after quitting MH-E.

This hook is not run in an MH-E context, so you might use it to modify the window setup.

See also mh-before-quit-hook.

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-quit-hook nil
  "Hook run by \\<mh-folder-mode-map>\\[mh-quit] after quitting MH-E.

This hook is not run in an MH-E context, so you might use it to
modify the window setup.

See also `mh-before-quit-hook'."
  :type 'hook
  :group 'mh-hooks
  :group 'mh-folder
  :package-version '(MH-E . "6.0"))