Variable: gnus-agent-go-online

gnus-agent-go-online is a customizable variable defined in gnus-agent.el.gz.

Value

ask

Documentation

Indicate if offline servers go online when you plug in.

If this is ask the hook will query the user.

This variable was added, or its default value changed, in Emacs 21.3.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
(defcustom gnus-agent-go-online 'ask
  "Indicate if offline servers go online when you plug in.
If this is `ask' the hook will query the user."
  :version "21.3"
  :type '(choice (const :tag "Always" t)
		 (const :tag "Never" nil)
		 (const :tag "Ask" ask))
  :group 'gnus-agent)