From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30071 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Sorting threads, my way Date: 21 Apr 2000 21:22:35 +0200 Organization: Programmerer Ingebrigtsen Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166649 6534 80.91.224.250 (21 Oct 2002 02:17:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:17:29 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 6BCC8D051E for ; Fri, 21 Apr 2000 15:10:38 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB26694; Fri, 21 Apr 2000 14:10:33 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 21 Apr 2000 14:10:01 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA05140 for ; Fri, 21 Apr 2000 14:09:50 -0500 (CDT) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by mailhost.sclp.com (Postfix) with ESMTP id 12B37D051E for ; Fri, 21 Apr 2000 15:10:07 -0400 (EDT) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id VAA12170 for ding@gnus.org; Fri, 21 Apr 2000 21:12:00 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 13 Original-NNTP-Posting-Host: quimbies.gnus.org Original-X-Trace: quimby.gnus.org 956344320 28195 193.69.4.148 (21 Apr 2000 19:12:00 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 21 Apr 2000 19:12:00 GMT Mail-Copies-To: never X-Now-Playing: Appliance's _D4_: "Heroes Of Telemark (Pole)" User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ In other words, I want to sort by the highest number in the entire > thread. Has anyone done this? Is it too slow? I don't think it would be particularly slow, and writing is should be easy enough. Just look at what `gnus-thread-total-score' does, and instead of adding together scores, just return `max' of all the message numbers. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen