Variable: gnus-kill-killed

gnus-kill-killed is a customizable variable defined in gnus-kill.el.gz.

Value

t

Documentation

If non-nil, Gnus will apply kill files to already killed articles.

If it is nil, Gnus will never apply kill files to articles that have already been through the scoring process, which might very well save lots of time.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-kill.el.gz
(defcustom gnus-kill-killed t
  "If non-nil, Gnus will apply kill files to already killed articles.
If it is nil, Gnus will never apply kill files to articles that have
already been through the scoring process, which might very well save lots
of time."
  :group 'gnus-score-kill
  :type 'boolean)