Variable: gnus-summary-mark-below

gnus-summary-mark-below is a customizable variable defined in gnus-sum.el.gz.

Value

0

Documentation

Mark all articles with a score below this variable as read.

This variable is local to each summary buffer and usually set by the score file.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-mark-below 0
  "Mark all articles with a score below this variable as read.
This variable is local to each summary buffer and usually set by the
score file."
  :group 'gnus-score-default
  :type 'integer)