Function: gnus-summary-catchup-all-and-exit
gnus-summary-catchup-all-and-exit is an interactive and byte-compiled
function defined in gnus-sum.el.gz.
Signature
(gnus-summary-catchup-all-and-exit &optional QUIETLY)
Documentation
Mark all articles in this newsgroup as read, and then exit.
This command is dangerous. Normally, you want M-x gnus-summary-catchup-and-exit (gnus-summary-catchup-and-exit)
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-and-exit (&optional quietly)
"Mark all articles in this newsgroup as read, and then exit.
This command is dangerous. Normally, you want \\[gnus-summary-catchup-and-exit]
instead, which marks only unread articles as read."
(interactive "P" gnus-summary-mode)
(gnus-summary-catchup-and-exit t quietly))