+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
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'
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',