Variable: spam-autodetect-recheck-messages

spam-autodetect-recheck-messages is a customizable variable defined in spam.el.gz.

Value

nil

Documentation

Should spam.el recheck all messages when autodetecting? Normally this is nil, so only unseen messages will be checked.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-autodetect-recheck-messages nil
  "Should spam.el recheck all messages when autodetecting?
Normally this is nil, so only unseen messages will be checked."
  :type 'boolean
  :group 'spam)