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