From 7b24de7a8354d4e4ec41c76fd0bb9a70d3338a8a Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 5 Jan 2002 12:05:37 +0000 Subject: [PATCH] * gnus.texi (Sorting the Summary Buffer): Addition. --- texi/ChangeLog | 8 ++++++++ texi/gnus.texi | 7 ++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index a629d2964..a3a90566e 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,11 @@ +2002-01-05 Lars Magne Ingebrigtsen + + * gnus.texi (Sorting the Summary Buffer): Addition. + +2002-01-04 Lars Magne Ingebrigtsen + + * gnus.texi (Virtual Groups): Addition. + 2002-01-03 Lars Magne Ingebrigtsen * gnus.texi (Article Keymap): Addition. diff --git a/texi/gnus.texi b/texi/gnus.texi index 0232bea4d..3377b33f7 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -6557,6 +6557,7 @@ Matching}). @findex gnus-thread-sort-by-author @findex gnus-thread-sort-by-number @vindex gnus-thread-sort-functions +@findex gnus-thread-sort-by-most-recent-thread If you are using a threaded summary display, you can sort the threads by setting @code{gnus-thread-sort-functions}, which can be either a single function, a list of functions, or a list containing functions and @@ -6565,7 +6566,8 @@ function, a list of functions, or a list containing functions and By default, sorting is done on article numbers. Ready-made sorting predicate functions include @code{gnus-thread-sort-by-number}, @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject}, -@code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score}, and +@code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score}, +@code{gnus-thread-sort-by-most-recent-thread} and @code{gnus-thread-sort-by-total-score}. Each function takes two threads and returns non-@code{nil} if the first @@ -15655,6 +15657,9 @@ not-news back end. (Just to be on the safe side.) @kbd{C-c C-n} in the message buffer will insert the @code{Newsgroups} line from the article you respond to in these cases. +@code{nnvirtual} groups do not inherit anything but articles and marks +from component groups---group parameters, for instance, are not +inherited. @node Kibozed Groups -- 2.25.1