Variable: gnus-nntp-server

gnus-nntp-server is a customizable variable defined in gnus-int.el.gz.

This variable is obsolete since 24.1; use gnus-select-method instead.

Value

nil

Documentation

The name of the host running the NNTP server.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-int.el.gz
;; Note: When this option is finally removed, also remove the entire
;; `gnus-start-news-server' function.
(defcustom gnus-nntp-server nil
  "The name of the host running the NNTP server."
  :group 'gnus-server
  :type '(choice (const :tag "disable" nil)
		 string))