Function: gnus-summary-catchup-all
gnus-summary-catchup-all is an interactive and byte-compiled function
defined in gnus-sum.el.gz.
Signature
(gnus-summary-catchup-all &optional QUIETLY)
Documentation
Mark all articles in this newsgroup as read.
This command is dangerous. Normally, you want M-x gnus-summary-catchup (gnus-summary-catchup)
instead, which marks only unread articles as read.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-catchup-all (&optional quietly)
"Mark all articles in this newsgroup as read.
This command is dangerous. Normally, you want \\[gnus-summary-catchup]
instead, which marks only unread articles as read."
(interactive "P" gnus-summary-mode)
(gnus-summary-catchup t quietly))