From c91dd17c9602c66ffc30c47ba823f814b243aead Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 5 Mar 2004 07:21:50 +0000 Subject: [PATCH] Synch to No Gnus 200403050641. --- lisp/ChangeLog | 5 +++++ lisp/gnus-sum.el | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1d41c48..b9388fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-03-05 Kai Grossjohann + + * gnus-sum.el (gnus-thread-sort-functions) + (gnus-article-sort-functions): Document `(not F)' items. + 2004-03-04 Teodor Zlatanov * spam.el (spam-use-gmane-xref): new backend diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index c6c3261..f02fc55 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -715,6 +715,9 @@ is often much slower than sorting by number, and the sorting order is very similar. (Sorting by date means sorting by the time the message was sent, sorting by number means sorting by arrival time.) +Each item can also be a list `(not F)' where F is a function; +this reverses the sort order. + Ready-made functions include `gnus-article-sort-by-number', `gnus-article-sort-by-author', `gnus-article-sort-by-subject', `gnus-article-sort-by-date', `gnus-article-sort-by-random' @@ -744,6 +747,9 @@ is often much slower than sorting by number, and the sorting order is very similar. (Sorting by date means sorting by the time the message was sent, sorting by number means sorting by arrival time.) +Each list item can also be a list `(not F)' where F is a +function; this specifies reversed sort order. + Ready-made functions include `gnus-thread-sort-by-number', `gnus-thread-sort-by-author', `gnus-thread-sort-by-subject', `gnus-thread-sort-by-date', `gnus-thread-sort-by-score', -- 1.7.10.4