Function: gnus-request-thread

gnus-request-thread is a byte-compiled function defined in gnus-int.el.gz.

Signature

(gnus-request-thread HEADER GROUP)

Documentation

Request the headers in the thread containing the article specified by HEADER.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-int.el.gz
(defun gnus-request-thread (header group)
  "Request the headers in the thread containing the article specified by HEADER."
  (let ((gnus-command-method (gnus-find-method-for-group group)))
    (funcall (gnus-get-function gnus-command-method 'request-thread)
	     header
	     (gnus-group-real-name group))))