Variable: mh-tool-bar-search-function
mh-tool-bar-search-function is a customizable variable defined in
mh-e.el.gz.
Value
mh-search
Documentation
Function called by the tool bar search button.
By default, this is set to mh-search. You can also choose
"Other Function" from the "Value Menu" and enter a function
of your own choosing.
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
;;; The Tool Bar (:group 'mh-tool-bar)
;; mh-tool-bar-folder-buttons and mh-tool-bar-letter-buttons defined
;; dynamically in mh-tool-bar.el.
(defcustom mh-tool-bar-search-function 'mh-search
"Function called by the tool bar search button.
By default, this is set to `mh-search'. You can also choose
\"Other Function\" from the \"Value Menu\" and enter a function
of your own choosing."
:type '(choice (const mh-search)
(function :tag "Other Function"))
:group 'mh-tool-bar
:package-version '(MH-E . "7.0"))