Variable: nntp-large-newsgroup
nntp-large-newsgroup is a variable defined in nntp.el.gz.
Value
50
Documentation
The number of articles which indicates a large newsgroup.
If the number of articles is greater than the value, verbose messages will be shown to indicate the current status.
This is a Gnus server variable. See Info node (gnus)Select Methods.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defvoo nntp-large-newsgroup 50
"The number of articles which indicates a large newsgroup.
If the number of articles is greater than the value, verbose
messages will be shown to indicate the current status.")