Variable: spam-ifile-database

spam-ifile-database is a customizable variable defined in spam.el.gz.

Value

nil

Documentation

File name of the ifile database.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-ifile-database nil
  "File name of the ifile database."
  :type '(choice (file :tag "Location of the ifile database")
                 (const :tag "Use the default"))
  :group 'spam-ifile)