Variable: mairix-widget-select-window-function

mairix-widget-select-window-function is a customizable variable defined in mairix.el.gz.

Value

#[0 "\300\301 !\207"
    [select-window get-largest-window]
    2]

Documentation

Function for selecting the window for customizing the mairix query.

The default chooses the largest window in the current frame.

Source Code

;; Defined in /usr/src/emacs/lisp/net/mairix.el.gz
(defcustom mairix-widget-select-window-function
  (lambda () (select-window (get-largest-window)))
  "Function for selecting the window for customizing the mairix query.
The default chooses the largest window in the current frame."
  :type 'function)