Variable: nnmail-large-newsgroup
nnmail-large-newsgroup is a customizable variable defined in
nnmail.el.gz.
Value
50
Documentation
The number of articles which indicates a large newsgroup or nil.
If the number of articles is greater than the value, verbose messages will be shown to indicate the current status.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-large-newsgroup 50
"The number of articles which indicates a large newsgroup or nil.
If the number of articles is greater than the value, verbose
messages will be shown to indicate the current status."
:group 'nnmail-various
:type '(choice (const :tag "infinite" nil)
(number :tag "count")))