Function: gnus-thread-sort-by-most-recent-number

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

Signature

(gnus-thread-sort-by-most-recent-number H1 H2)

Documentation

Sort threads such that the thread with most recently arrived article is first.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-thread-sort-by-most-recent-number (h1 h2)
  "Sort threads such that the thread with most recently arrived article is first."
  (> (gnus-thread-highest-number h1) (gnus-thread-highest-number h2)))