Function: gnus-group-list-level

gnus-group-list-level is an interactive and byte-compiled function defined in gnus-group.el.gz.

Signature

(gnus-group-list-level LEVEL &optional ALL)

Documentation

List groups on LEVEL.

If ALL (the prefix), also list groups that have no unread articles.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defun gnus-group-list-level (level &optional all)
  "List groups on LEVEL.
If ALL (the prefix), also list groups that have no unread articles."
  (interactive "nList groups on level: \nP" gnus-group-mode)
  (gnus-group-list-groups level all level))