Function: gnus-agent-batch-fetch

gnus-agent-batch-fetch is an autoloaded, interactive and byte-compiled function defined in gnus-agent.el.gz.

Signature

(gnus-agent-batch-fetch)

Documentation

Start Gnus and fetch session.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
;;;###autoload
(defun gnus-agent-batch-fetch ()
  "Start Gnus and fetch session."
  (interactive)
  (gnus)
  (let ((gnus-agent-confirmation-function 'gnus-agent-batch-confirmation))
    (gnus-agent-fetch-session))
  (gnus-group-exit))