Variable: mairix-display-functions
mairix-display-functions is a customizable variable defined in
mairix.el.gz.
Value
((rmail mairix-rmail-display)
(gnus mairix-gnus-ephemeral-nndoc)
(vm mairix-vm-display))
Documentation
Specifies which function should be called for displaying search results.
This is an alist where each entry consists of a symbol from
mairix-mail-program and the corresponding function for
displaying the search results. The function will be called with
the mailbox file produced by mairix as the single argument.
Source Code
;; Defined in /usr/src/emacs/lisp/net/mairix.el.gz
(defcustom mairix-display-functions
'((rmail mairix-rmail-display)
(gnus mairix-gnus-ephemeral-nndoc)
(vm mairix-vm-display))
"Specifies which function should be called for displaying search results.
This is an alist where each entry consists of a symbol from
`mairix-mail-program' and the corresponding function for
displaying the search results. The function will be called with
the mailbox file produced by mairix as the single argument."
:type '(repeat (list (symbol :tag "Mail program")
(function))))