diff options
| author | Tassilo Horn | 2013-07-26 22:24:33 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2013-07-26 22:24:33 +0000 |
| commit | 13afd560a137730c2fd22b9ee664867f9d4e17d6 (patch) | |
| tree | 4ea749016187fe0eeb6eae41d36c33fb59230e26 /doc | |
| parent | fec9206062b420aca84f53d05a72c3ee43244022 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 5 |
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 @@ | |||
| 1 | 2013-07-26 Tassilo Horn <tsdh@gnu.org> | ||
| 2 | |||
| 3 | * gnus.texi (Sorting the Summary Buffer): Document new defcustom | ||
| 4 | `gnus-sort-threads-recursively'. | ||
| 5 | |||
| 1 | 2013-07-25 Glenn Morris <rgm@gnu.org> | 6 | 2013-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 | ||
| 7397 | By default, threads are sorted recursively, that is, first the roots, | ||
| 7398 | then all subthreads, and so on. If you feel more like sorting only | ||
| 7399 | the roots, so that inside a thread the original chronological order is | ||
| 7400 | retained, you can set @code{gnus-sort-threads-recursively} to nil. | ||
| 7401 | |||
| 7397 | @vindex gnus-thread-score-function | 7402 | @vindex gnus-thread-score-function |
| 7398 | The function in the @code{gnus-thread-score-function} variable (default | 7403 | The 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 |