Variable: gnus-thread-expunge-below
gnus-thread-expunge-below is a customizable variable defined in
gnus-sum.el.gz.
Value
nil
Documentation
All threads that have a total score less than this variable will be expunged.
See gnus-thread-score-function for en explanation of what a
"thread score" is.
This variable is local to the summary buffers.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-thread-expunge-below nil
"All threads that have a total score less than this variable will be expunged.
See `gnus-thread-score-function' for en explanation of what a
\"thread score\" is.
This variable is local to the summary buffers."
:group 'gnus-threading
:group 'gnus-score-default
:type '(choice (const :tag "off" nil)
integer))