Variable: nntp-via-envuser
nntp-via-envuser is a variable defined in nntp.el.gz.
Value
nil
Documentation
Whether both telnet client and server support the ENVIRON option.
If non-nil, there will be no prompt for a login name.
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-via-envuser nil
"Whether both telnet client and server support the ENVIRON option.
If non-nil, there will be no prompt for a login name.")