(gnus-thread-sort-functions)
authorKai Grossjohann <kgrossjo@eu.uu.net>
Fri, 5 Mar 2004 06:41:15 +0000 (06:41 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Fri, 5 Mar 2004 06:41:15 +0000 (06:41 +0000)
(gnus-article-sort-functions): Document `(not F)' items.

lisp/ChangeLog
lisp/gnus-sum.el

index 1d41c48..b9388fb 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
+
+       * gnus-sum.el (gnus-thread-sort-functions)
+       (gnus-article-sort-functions): Document `(not F)' items.
+
 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-use-gmane-xref): new backend
index 7103492..32cdde8 100644 (file)
@@ -691,6 +691,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'
@@ -720,6 +723,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',