Variable: gnus-adaptive-word-minimum

gnus-adaptive-word-minimum is a customizable variable defined in gnus-score.el.gz.

Value

nil

Documentation

If a number, this is the minimum score value that can be assigned to a word.

Probably introduced at or before Emacs version 20.4.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-score.el.gz
(defcustom gnus-adaptive-word-minimum nil
  "If a number, this is the minimum score value that can be assigned to a word."
  :group 'gnus-score-adapt
  :type '(choice (const nil) integer))