Sam Peterson <[EMAIL PROTECTED]> 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 -



_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to