diff options
Diffstat (limited to 'lisp/gnus/gnus-int.el')
-rw-r--r-- | lisp/gnus/gnus-int.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/gnus/gnus-int.el b/lisp/gnus/gnus-int.el index 767ac2e9fc5..43284540125 100644 --- a/lisp/gnus/gnus-int.el +++ b/lisp/gnus/gnus-int.el @@ -503,12 +503,11 @@ If BUFFER, insert the article in that group." article (gnus-group-real-name group) (nth 1 gnus-command-method) buffer))) -(defun gnus-request-thread (id) - "Request the headers in the thread containing the article -specified by Message-ID id." +(defun gnus-request-thread (header) + "Request the headers in the thread containing the article specified by HEADER." (let ((gnus-command-method (gnus-find-method-for-group gnus-newsgroup-name))) (funcall (gnus-get-function gnus-command-method 'request-thread) - id))) + header))) (defun gnus-warp-to-article () "Warps from an article in a virtual group to the article in its |