Variable: gnus-summary-default-high-score

gnus-summary-default-high-score is a customizable variable defined in gnus-sum.el.gz.

Value

0

Documentation

Default threshold for a high scored article.

An article will be highlighted as high scored if its score is greater than this score.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-default-high-score 0
  "Default threshold for a high scored article.
An article will be highlighted as high scored if its score is greater
than this score."
  :version "22.1"
  :group 'gnus-score-default
  :type 'integer)