Variable: nntp-xover-commands

nntp-xover-commands is a variable defined in nntp.el.gz.

Value

("XOVER" "XOVERVIEW")

Documentation

List of strings that are used as commands to fetch NOV lines from a server.

The strings are tried in turn until a positive response is gotten. If none of the commands are successful, nntp will just grab headers one by one.

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-xover-commands '("XOVER" "XOVERVIEW")
  "List of strings that are used as commands to fetch NOV lines from a server.
The strings are tried in turn until a positive response is gotten.  If
none of the commands are successful, nntp will just grab headers one
by one.")