Variable: nnmairix-mairix-update-options

nnmairix-mairix-update-options is a customizable variable defined in nnmairix.el.gz.

Value

("-F" "-Q")

Documentation

Options when calling mairix for updating the database.

The default is "-F" and "-Q" for making updates faster. You should call mairix without these options from time to time (e.g. via cron job).

This variable was added, or its default value changed, in Emacs 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmairix.el.gz
(defcustom nnmairix-mairix-update-options '("-F" "-Q")
  "Options when calling mairix for updating the database.
The default is \"-F\" and \"-Q\" for making updates faster.  You
should call mairix without these options from time to
time (e.g. via cron job)."
  :version "23.1"
  :type '(repeat string))