Function: gnus-thread-sort-by-newsgroups

gnus-thread-sort-by-newsgroups is a byte-compiled function defined in gnus-sum.el.gz.

Signature

(gnus-thread-sort-by-newsgroups H1 H2)

Documentation

Sort threads by root newsgroups.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-thread-sort-by-newsgroups (h1 h2)
  "Sort threads by root newsgroups."
  (gnus-article-sort-by-newsgroups
   (gnus-thread-header h1) (gnus-thread-header h2)))