comparison lisp/gnus/gnus-sum.el @ 23363:41843e16f6ac

(gnus-summary-respool-default-method): Fix type.
author Karl Heuer <kwzh@gnu.org>
date Thu, 01 Oct 1998 20:56:19 +0000
parents b84c6ec5f561
children 15fc6acbae7a
comparison
equal deleted inserted replaced
23362:4882e505ccbc 23363:41843e16f6ac
6867 (gnus-summary-move-article n nil nil 'crosspost)) 6867 (gnus-summary-move-article n nil nil 'crosspost))
6868 6868
6869 (defcustom gnus-summary-respool-default-method nil 6869 (defcustom gnus-summary-respool-default-method nil
6870 "Default method for respooling an article. 6870 "Default method for respooling an article.
6871 If nil, use to the current newsgroup method." 6871 If nil, use to the current newsgroup method."
6872 :type 'gnus-select-method-name 6872 :type '(choice (gnus-select-method :value (nnml ""))
6873 (const nil))
6873 :group 'gnus-summary-mail) 6874 :group 'gnus-summary-mail)
6874 6875
6875 (defun gnus-summary-respool-article (&optional n method) 6876 (defun gnus-summary-respool-article (&optional n method)
6876 "Respool the current article. 6877 "Respool the current article.
6877 The article will be squeezed through the mail spooling process again, 6878 The article will be squeezed through the mail spooling process again,