Function: gnus-thread-sort-by-author

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

Signature

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

Documentation

Sort threads by root author.

Source Code

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