Function: gnus-group-restart

gnus-group-restart is an interactive and byte-compiled function defined in gnus-group.el.gz.

Signature

(gnus-group-restart &optional ARG)

Documentation

Force Gnus to read the .newsrc file.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defun gnus-group-restart (&optional _arg)
  "Force Gnus to read the .newsrc file."
  (interactive nil gnus-group-mode)
  (when (gnus-yes-or-no-p "Are you sure you want to restart Gnus? ")
    (gnus-save-newsrc-file)
    (gnus-clear-system)
    (gnus)))