Variable: nnselect-allow-ephemeral-expiry
nnselect-allow-ephemeral-expiry is a customizable variable defined in
nnselect.el.gz.
Value
nil
Documentation
If non-nil, articles in ephemeral nnselect groups are subject to expiry.
This variable was added, or its default value changed, in Emacs 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnselect.el.gz
(defcustom nnselect-allow-ephemeral-expiry nil
"If non-nil, articles in ephemeral nnselect groups are subject to expiry."
:version "29.1"
:type 'boolean)