Variable: gnus-summary-default-low-score
gnus-summary-default-low-score is a customizable variable defined in
gnus-sum.el.gz.
Value
0
Documentation
Default threshold for a low scored article.
An article will be highlighted as low scored if its score is smaller 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-low-score 0
"Default threshold for a low scored article.
An article will be highlighted as low scored if its score is smaller
than this score."
:version "22.1"
:group 'gnus-score-default
:type 'integer)