Function: gnus-group-asynchronous-p
gnus-group-asynchronous-p is a byte-compiled function defined in
gnus-async.el.gz.
Signature
(gnus-group-asynchronous-p GROUP)
Documentation
Say whether GROUP is fetched from a server that supports asynchronicity.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-async.el.gz
;;; Utility functions.
(defun gnus-group-asynchronous-p (group)
"Say whether GROUP is fetched from a server that supports asynchronicity."
(gnus-asynchronous-p (gnus-find-method-for-group group)))