mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-31 11:13:50 +00:00
(gnus-summary-respool-default-method): Fix type.
This commit is contained in:
parent
a5f06018e1
commit
04ad70ace5
@ -6869,7 +6869,8 @@ re-spool using this method."
|
||||
(defcustom gnus-summary-respool-default-method nil
|
||||
"Default method for respooling an article.
|
||||
If nil, use to the current newsgroup method."
|
||||
:type 'gnus-select-method-name
|
||||
:type '(choice (gnus-select-method :value (nnml ""))
|
||||
(const nil))
|
||||
:group 'gnus-summary-mail)
|
||||
|
||||
(defun gnus-summary-respool-article (&optional n method)
|
||||
|
Loading…
Reference in New Issue
Block a user