Function: gnus-thread-sort-by-recipient

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

Signature

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

Documentation

Sort threads by root recipient.

Source Code

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