Variable: gnus-registry-register-all

gnus-registry-register-all is a customizable variable defined in gnus-registry.el.gz.

Value

t

Documentation

If non-nil, register all articles in the registry.

This variable was added, or its default value changed, in Emacs 28.1.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-registry.el.gz
(defcustom gnus-registry-register-all t
  "If non-nil, register all articles in the registry."
  :type 'boolean
  :version "28.1")