Function: gnus-summary-go-down-thread
gnus-summary-go-down-thread is a byte-compiled function defined in
gnus-sum.el.gz.
Signature
(gnus-summary-go-down-thread)
Documentation
Go down one level in the current thread.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-go-down-thread ()
"Go down one level in the current thread."
(let ((children (gnus-summary-article-children)))
(when children
(gnus-summary-goto-subject (car children)))))