Function: gnus-uu-mark-buffer

gnus-uu-mark-buffer is an autoloaded, interactive and byte-compiled function defined in gnus-uu.el.gz.

Signature

(gnus-uu-mark-buffer)

Documentation

Set the process mark on all articles in the buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-uu.el.gz
(defun gnus-uu-mark-buffer ()
  "Set the process mark on all articles in the buffer."
  (interactive nil gnus-article-mode gnus-summary-mode)
  (gnus-uu-mark-region (point-min) (point-max)))