Variable: gnus-cloud-method
gnus-cloud-method is a customizable variable defined in
gnus-cloud.el.gz.
Value
nil
Documentation
The IMAP select method used to store the cloud data.
See also gnus-server-set-cloud-method-server for an
easy interactive way to set this from the Server buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-cloud.el.gz
(defcustom gnus-cloud-method nil
"The IMAP select method used to store the cloud data.
See also `gnus-server-set-cloud-method-server' for an
easy interactive way to set this from the Server buffer."
:type '(radio (const :tag "Not set" nil)
(string :tag "A Gnus server name as a string")))