Variable: gnus-adaptive-word-no-group-words

gnus-adaptive-word-no-group-words is a customizable variable defined in gnus-score.el.gz.

Value

nil

Documentation

If t, don't adaptively score words included in the group name.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-score.el.gz
(defcustom gnus-adaptive-word-no-group-words nil
  "If t, don't adaptively score words included in the group name."
  :group 'gnus-score-adapt
  :type 'boolean)