Variable: gnus-use-adaptive-scoring

gnus-use-adaptive-scoring is a customizable variable defined in gnus.el.gz.

Value

nil

Documentation

If non-nil, use some adaptive scoring scheme.

If a list, then the values word and line are meaningful. The former will perform adaption on individual words in the subject header while line will perform adaption on several headers.

Probably introduced at or before Emacs version 20.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defcustom gnus-use-adaptive-scoring nil
  "If non-nil, use some adaptive scoring scheme.
If a list, then the values `word' and `line' are meaningful.  The
former will perform adaption on individual words in the subject
header while `line' will perform adaption on several headers."
  :group 'gnus-meta
  :group 'gnus-score-adapt
  :type '(set (const word) (const line)))