Variable: gnus-score-decay-scale

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

Value

0.05

Documentation

Decay all "big" scores with this factor.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-score.el.gz
(defcustom gnus-score-decay-scale .05
  "Decay all \"big\" scores with this factor."
  :group 'gnus-score-decay
  :type 'number)