Variable: gnus-summary-respool-default-method
gnus-summary-respool-default-method is a customizable variable defined
in gnus-sum.el.gz.
Value
nil
Documentation
Default method type for respooling an article.
If nil, use to the current newsgroup method.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-respool-default-method nil
"Default method type for respooling an article.
If nil, use to the current newsgroup method."
:type 'symbol
:group 'gnus-summary-mail)