Variable: spam-use-BBDB

spam-use-BBDB is a customizable variable defined in spam.el.gz.

Value

nil

Documentation

Whether BBDB should be used by spam-split.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-use-BBDB nil
  "Whether BBDB should be used by `spam-split'."
  :type 'boolean
  :group 'spam)