Variable: gnus-inhibit-user-auto-expire
gnus-inhibit-user-auto-expire is a customizable variable defined in
gnus-sum.el.gz.
Value
t
Documentation
If non-nil, user marking commands will not mark an article as expirable.
This is true even if the group has auto-expire turned on.
This variable was added, or its default value changed, in Emacs 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-inhibit-user-auto-expire t
"If non-nil, user marking commands will not mark an article as expirable.
This is true even if the group has auto-expire turned on."
:version "21.1"
:group 'gnus-summary
:type 'boolean)