Variable: gnus-ignored-adaptive-words

gnus-ignored-adaptive-words is a customizable variable defined in gnus-score.el.gz.

Value

nil

Documentation

List of words to be ignored when doing adaptive word scoring.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-score.el.gz
(defcustom gnus-ignored-adaptive-words nil
  "List of words to be ignored when doing adaptive word scoring."
  :group 'gnus-score-adapt
  :type '(repeat string))