Variable: nntp-server-list-active-group

nntp-server-list-active-group is a variable defined in nntp.el.gz.

Value

try

Documentation

If nil, then always use GROUP instead of LIST ACTIVE.

This is usually slower, but on misconfigured servers that don't update their active files often, this can help.

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-server-list-active-group 'try
  "If nil, then always use GROUP instead of LIST ACTIVE.
This is usually slower, but on misconfigured servers that don't
update their active files often, this can help.")