Variable: gnus-summary-zcore-fuzz

gnus-summary-zcore-fuzz is a customizable variable defined in gnus-sum.el.gz.

Value

0

Documentation

Fuzziness factor for the zcore in the summary buffer.

Articles with scores closer than this to gnus-summary-default-score will not be marked.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-zcore-fuzz 0
  "Fuzziness factor for the zcore in the summary buffer.
Articles with scores closer than this to `gnus-summary-default-score'
will not be marked."
  :group 'gnus-summary-format
  :type 'integer)