Function: gnus-registry-remake-db
gnus-registry-remake-db is an interactive and byte-compiled function
defined in gnus-registry.el.gz.
Signature
(gnus-registry-remake-db &optional FORSURE)
Documentation
Remake the registry database after customization.
This is not required after changing gnus-registry-cache-file.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-registry.el.gz
;; top-level registry data management
(defun gnus-registry-remake-db (&optional forsure)
"Remake the registry database after customization.
This is not required after changing `gnus-registry-cache-file'."
(interactive (list (y-or-n-p "Remake and CLEAR the Gnus registry? ")))
(when forsure
(gnus-message 4 "Remaking the Gnus registry")
(setq gnus-registry-db (gnus-registry-make-db))))