Variable: gnus-discouraged-post-methods
gnus-discouraged-post-methods is a customizable variable defined in
gnus-msg.el.gz.
Value
(nndraft nnml nnimap nnmaildir nnmh nnfolder nndir)
Documentation
A list of back ends that are not used in "real" newsgroups.
This variable is used only when gnus-post-method(var)/gnus-post-method(fun) is current.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-msg.el.gz
(defcustom gnus-discouraged-post-methods
'(nndraft nnml nnimap nnmaildir nnmh nnfolder nndir)
"A list of back ends that are not used in \"real\" newsgroups.
This variable is used only when `gnus-post-method' is `current'."
:version "22.1"
:group 'gnus-group-foreign
:type '(repeat (symbol :tag "Back end")))