Variable: nnmairix-widget-select-window-function
nnmairix-widget-select-window-function is a customizable variable
defined in nnmairix.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.
This variable was added, or its default value changed, in Emacs 23.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmairix.el.gz
(defcustom nnmairix-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."
:version "23.1"
:type 'function)