Variable: nntp-open-telnet-envuser

nntp-open-telnet-envuser is a variable defined in nntp.el.gz.

Value

nil

Documentation

If non-nil, telnet session supports the ENVIRON option.

Don't prompt for login name. This applies to both client and server.

This is a Gnus server variable. See Info node (gnus)Select Methods.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
;; ==========================================================================
;; Obsolete nntp-open-* connection methods -- drv
;; ==========================================================================

(defvoo nntp-open-telnet-envuser nil
  "If non-nil, telnet session supports the ENVIRON option.
Don't prompt for login name.  This applies to both client and server.")