Variable: gnus-summary-default-score

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

Value

0

Documentation

Default article score level.

All scores generated by the score files will be added to this score. If this variable is nil, scoring will be disabled.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-default-score 0
  "Default article score level.
All scores generated by the score files will be added to this score.
If this variable is nil, scoring will be disabled."
  :group 'gnus-score-default
  :type '(choice (const :tag "disable")
		 integer))