Variable: mairix-command

mairix-command is a customizable variable defined in mairix.el.gz.

Value

"mairix"

Documentation

Command for calling mairix.

You can add further options here if you want to, but better use mairix-update-options instead.

Source Code

;; Defined in /usr/src/emacs/lisp/net/mairix.el.gz
(defcustom mairix-command "mairix"
  "Command for calling mairix.
You can add further options here if you want to, but better use
`mairix-update-options' instead."
  :type 'string)