Variable: gnus-registry-install
gnus-registry-install is a customizable variable defined in
gnus-registry.el.gz.
Value
ask
Documentation
Whether the registry should be installed.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-registry.el.gz
(defcustom gnus-registry-install 'ask
"Whether the registry should be installed."
:type '(choice (const :tag "Never Install" nil)
(const :tag "Always Install" t)
(const :tag "Ask Me" ask)))