Variable: gnus-update-score-entry-dates

gnus-update-score-entry-dates is a customizable variable defined in gnus-score.el.gz.

Value

t

Documentation

If non-nil, update matching score entry dates.

If this variable is nil, then score entries that provide matches will be expired along with non-matching score entries.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-score.el.gz
(defcustom gnus-update-score-entry-dates t
  "If non-nil, update matching score entry dates.
If this variable is nil, then score entries that provide matches
will be expired along with non-matching score entries."
  :group 'gnus-score-expire
  :type 'boolean)