Bastien <[email protected]> writes: > I'd like to sort emails in a group by threads' size.
I don't think Gnus has any built-in functionality for doing that, but it shouldn't be that difficult to write yourself. Just look at, say, `gnus-thread-total-score', and write a new function based on that that counts the number of messages instead of summing the score. -- (domestic pets only, the antidote for overdose, milk.) http://lars.ingebrigtsen.no * Lars Magne Ingebrigtsen _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
