Variable: nntp-via-user-password

nntp-via-user-password is a variable defined in nntp.el.gz.

Value

nil

Documentation

Password to use to log in on an intermediate host with.

This variable is used by the nntp-open-via-telnet-and-telnet method.

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-password nil
  "Password to use to log in on an intermediate host with.
This variable is used by the `nntp-open-via-telnet-and-telnet' method.")