Variable: spam-bogofilter-database-directory

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

Value

nil

Documentation

Location of the Bogofilter database.

When nil, use the default location.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-bogofilter-database-directory nil
  "Location of the Bogofilter database.
When nil, use the default location."
  :type '(choice (directory
                  :tag "Location of the Bogofilter database directory")
                 (const :tag "Use the default"))
  :group 'spam-bogofilter)