Variable: nntp-via-user-name
nntp-via-user-name is a variable defined in nntp.el.gz.
Value
nil
Documentation
User name to log in on an intermediate host with.
This variable is used by the various nntp-open-via-* methods.
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-user-name nil
"User name to log in on an intermediate host with.
This variable is used by the various nntp-open-via-* methods.")