Variable: nntp-never-echoes-commands

nntp-never-echoes-commands is a variable defined in nntp.el.gz.

Value

nil

Documentation

Non-nil means the nntp server never echoes commands.

It is reported that some nntps server doesn't echo commands. So, you may want to set this to non-nil in the method for such a server setting nntp-open-connection-function to nntp-open-ssl-stream for example. Note that the nntp-open-connection-functions-never-echo-commands variable overrides the nil value of this variable.

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-never-echoes-commands nil
  "Non-nil means the nntp server never echoes commands.
It is reported that some nntps server doesn't echo commands.  So, you
may want to set this to non-nil in the method for such a server setting
`nntp-open-connection-function' to `nntp-open-ssl-stream' for example.
Note that the `nntp-open-connection-functions-never-echo-commands'
variable overrides the nil value of this variable.")