Variable: mairix-search-file

mairix-search-file is a customizable variable defined in mairix.el.gz.

Value

"mairixsearch.mbox"

Documentation

Name of the default file for storing the searches.

Note that this will be prefixed by mairix-file-path.

Source Code

;; Defined in /usr/src/emacs/lisp/net/mairix.el.gz
(defcustom mairix-search-file "mairixsearch.mbox"
  "Name of the default file for storing the searches.
Note that this will be prefixed by `mairix-file-path'."
  :type 'string)