Variable: gnus-thread-hide-killed

gnus-thread-hide-killed is a customizable variable defined in gnus-sum.el.gz.

Value

t

Documentation

If non-nil, hide killed threads automatically.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-thread-hide-killed t
  "If non-nil, hide killed threads automatically."
  :group 'gnus-thread
  :type 'boolean)