Variable: gnus-adaptive-word-length-limit

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

Value

nil

Documentation

Words shorter than this limit will be ignored when doing adaptive scoring.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-score.el.gz
(defcustom gnus-adaptive-word-length-limit nil
  "Words shorter than this limit will be ignored when doing adaptive scoring."
  :version "22.1"
  :group 'gnus-score-adapt
  :type '(radio (const :format "Unlimited " nil)
		(integer :format "Maximum length: %v")))