Variable: mairix-output-buffer

mairix-output-buffer is a customizable variable defined in mairix.el.gz.

Value

"*mairix output*"

Documentation

Name of the buffer for the output of the mairix binary.

Source Code

;; Defined in /usr/src/emacs/lisp/net/mairix.el.gz
(defcustom mairix-output-buffer "*mairix output*"
  "Name of the buffer for the output of the mairix binary."
  :type 'string)