Variable: gnus-score-decay-constant

gnus-score-decay-constant is a customizable variable defined in gnus-score.el.gz.

Value

3

Documentation

Decay all "small" scores with this amount.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-score.el.gz
(defcustom gnus-score-decay-constant 3
  "Decay all \"small\" scores with this amount."
  :group 'gnus-score-decay
  :type 'integer)