Function: gnus-agent-fetch-groups
gnus-agent-fetch-groups is an interactive and byte-compiled function
defined in gnus-agent.el.gz.
Signature
(gnus-agent-fetch-groups N)
Documentation
Put all new articles in the current groups into the Agent.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
;;;
;;; Group mode commands
;;;
(defun gnus-agent-fetch-groups (n)
"Put all new articles in the current groups into the Agent."
(interactive "P")
(unless gnus-plugged
(error "Groups can't be fetched when Gnus is unplugged"))
(gnus-group-iterate n #'gnus-agent-fetch-group))