aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTassilo Horn2013-07-26 22:24:33 +0000
committerKatsumi Yamaoka2013-07-26 22:24:33 +0000
commit13afd560a137730c2fd22b9ee664867f9d4e17d6 (patch)
tree4ea749016187fe0eeb6eae41d36c33fb59230e26 /doc
parentfec9206062b420aca84f53d05a72c3ee43244022 (diff)
downloademacs-13afd560a137730c2fd22b9ee664867f9d4e17d6.tar.gz
emacs-13afd560a137730c2fd22b9ee664867f9d4e17d6.zip
Gnus: Add option to sort threads non-recursively
gnus-sum.el (gnus-sort-threads-recursively): New defcustom. (gnus-sort-threads): Use it. gnus.texi (Sorting the Summary Buffer): Document new defcustom `gnus-sort-threads-recursively'.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/gnus.texi5
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index da2491cb94a..50214bb364c 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12013-07-26 Tassilo Horn <tsdh@gnu.org>
2
3 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
4 `gnus-sort-threads-recursively'.
5
12013-07-25 Glenn Morris <rgm@gnu.org> 62013-07-25 Glenn Morris <rgm@gnu.org>
2 7
3 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido. 8 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index be0425a679b..5f9e0b9db28 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -7394,6 +7394,11 @@ say something like:
7394 gnus-thread-sort-by-score)) 7394 gnus-thread-sort-by-score))
7395@end lisp 7395@end lisp
7396 7396
7397By default, threads are sorted recursively, that is, first the roots,
7398then all subthreads, and so on. If you feel more like sorting only
7399the roots, so that inside a thread the original chronological order is
7400retained, you can set @code{gnus-sort-threads-recursively} to nil.
7401
7397@vindex gnus-thread-score-function 7402@vindex gnus-thread-score-function
7398The function in the @code{gnus-thread-score-function} variable (default 7403The function in the @code{gnus-thread-score-function} variable (default
7399@code{+}) is used for calculating the total score of a thread. Useful 7404@code{+}) is used for calculating the total score of a thread. Useful