Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
04ad70ac
Commit
04ad70ac
authored
Oct 01, 1998
by
Karl Heuer
Browse files
(gnus-summary-respool-default-method): Fix type.
parent
a5f06018
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/gnus/gnus-sum.el
lisp/gnus/gnus-sum.el
+2
-1
No files found.
lisp/gnus/gnus-sum.el
View file @
04ad70ac
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment