Function: gnus-retrieve-group-data-early
gnus-retrieve-group-data-early is a byte-compiled function defined in
gnus-int.el.gz.
Signature
(gnus-retrieve-group-data-early COMMAND-METHOD INFOS)
Documentation
Start early async retrieval of data from COMMAND-METHOD.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-int.el.gz
(defun gnus-retrieve-group-data-early (command-method infos)
"Start early async retrieval of data from COMMAND-METHOD."
(let ((gnus-command-method
(if (stringp command-method)
(gnus-server-to-method command-method)
command-method)))
(funcall (gnus-get-function gnus-command-method 'retrieve-group-data-early)
(nth 1 gnus-command-method)
infos)))