Variable: gnus-group-listing-limit
gnus-group-listing-limit is a customizable variable defined in
gnus-group.el.gz.
Value
1000
Documentation
A limit of the number of groups when listing.
If the number of groups is larger than the limit, list them in a simple manner.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defcustom gnus-group-listing-limit 1000
"A limit of the number of groups when listing.
If the number of groups is larger than the limit, list them in a
simple manner."
:group 'gnus-group-listing
:type 'integer)