info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sorting me to the top


From: Tassilo Horn
Subject: Re: Sorting me to the top
Date: Wed, 18 Oct 2006 08:18:52 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Sam Peterson <skpeterson@nospam.please.ucdavis.edu> writes:

Hi Sam,

> ;; Sort ascending and by score
> (setq gnus-thread-sort-functions '((not gnus-thread-sort-by-number)
>                                    gnus-thread-sort-by-score))

Read the docs more carefully. ;-)

,----[ C-h f gnus-thread-sort-by-score RET ]
| gnus-thread-sort-by-score is a compiled Lisp function in `gnus-sum.el'.
| (gnus-thread-sort-by-score H1 H2)
| 
| Sort threads by root article score.
|                 ^^^^ 
`----

I think you want:

,----[ C-h f gnus-thread-sort-by-total-score RET ]
| gnus-thread-sort-by-total-score is a compiled Lisp function in `gnus-sum.el'.
| (gnus-thread-sort-by-total-score H1 H2)
| 
| Sort threads by the sum of all scores in the thread.
| Unscored articles will be counted as having a score of zero.
`----

Bye,
Tassilo
-- 
          "Emacs is not a development tool but a way of life."
                - David Kastrup in alt.religion.emacs -





reply via email to

[Prev in Thread] Current Thread [Next in Thread]