Function: gnus-summary-rescan-group
gnus-summary-rescan-group is an interactive and byte-compiled function
defined in gnus-sum.el.gz.
Signature
(gnus-summary-rescan-group &optional ALL)
Documentation
Exit the newsgroup, ask for new articles, and select the newsgroup.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-rescan-group (&optional all)
"Exit the newsgroup, ask for new articles, and select the newsgroup."
(interactive "P" gnus-summary-mode)
(let ((config gnus-current-window-configuration))
(gnus-summary-reselect-current-group all t)
(gnus-configure-windows config)
(when (eq config 'article)
(gnus-summary-select-article))))