Function: gnus-group-visible-select-group

gnus-group-visible-select-group is an interactive and byte-compiled function defined in gnus-group.el.gz.

Signature

(gnus-group-visible-select-group &optional ALL)

Documentation

Select the current group without hiding any articles.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defun gnus-group-visible-select-group (&optional all)
  "Select the current group without hiding any articles."
  (interactive "P" gnus-group-mode)
  (let ((gnus-inhibit-limiting t))
    (gnus-group-read-group all t)))