Variable: gnus-asynchronous
gnus-asynchronous is a customizable variable defined in
gnus-async.el.gz.
Value
nil
Documentation
If nil, inhibit all Gnus asynchronicity.
If non-nil, let the other asynch variables be heeded.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-async.el.gz
(defcustom gnus-asynchronous nil
"If nil, inhibit all Gnus asynchronicity.
If non-nil, let the other asynch variables be heeded."
:type 'boolean)