Variable: mairix-update-options
mairix-update-options is a customizable variable defined in
mairix.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).
Source Code
;; Defined in /usr/src/emacs/lisp/net/mairix.el.gz
(defcustom 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)."
:type '(repeat string))