Variable: mairix-file-path
mairix-file-path is a customizable variable defined in mairix.el.gz.
Value
"~/"
Documentation
Path where output files produced by Mairix should be stored.
Source Code
;; Defined in /usr/src/emacs/lisp/net/mairix.el.gz
(defcustom mairix-file-path "~/"
"Path where output files produced by Mairix should be stored."
:type 'directory)