Variable: nntp-authinfo-rejected

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

Value

nil

Documentation

A custom error condition used to report Authentication Rejected errors.

Condition handlers that match just this condition ensure that the nntp backend doesn't catch this error.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defvar nntp-authinfo-rejected nil
"A custom error condition used to report `Authentication Rejected' errors.
Condition handlers that match just this condition ensure that the nntp
backend doesn't catch this error.")