Variable: nntp-authinfo-function

nntp-authinfo-function is a variable defined in nntp.el.gz.

Value

nntp-send-authinfo

Documentation

Function used to send AUTHINFO to the server.

It is called with no parameters.

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-authinfo-function #'nntp-send-authinfo
  "Function used to send AUTHINFO to the server.
It is called with no parameters.")