Variable: mairix-searches-mode-hook
mairix-searches-mode-hook is a variable defined in mairix.el.gz.
Value
nil
Documentation
Hook run after entering mairix-searches mode.
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in /usr/src/emacs/lisp/net/mairix.el.gz
(define-derived-mode mairix-searches-mode fundamental-mode "mairix-searches"
"Major mode for editing mairix searches."
:syntax-table text-mode-syntax-table
(setq-local font-lock-defaults '(mairix-searches-mode-font-lock-keywords)))