Variable: gnus-sieve-select-method
gnus-sieve-select-method is a customizable variable defined in
gnus-sieve.el.gz.
Value
nil
Documentation
Which select method we generate the Sieve script for.
For example: "nnimap:mailbox"
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sieve.el.gz
(defcustom gnus-sieve-select-method nil
"Which select method we generate the Sieve script for.
For example: \"nnimap:mailbox\""
;; FIXME? gnus-select-method?
:type '(choice (const nil) string))