From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15671 Path: main.gmane.org!not-for-mail From: Danny Siu Newsgroups: gmane.emacs.gnus.general Subject: Re: Help with Message Sorting! Date: 17 Jul 1998 10:13:07 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: <76iuky68c7.fsf@tweed.principia.com> <763ec14n7s.fsf@tweed.principia.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035154661 23375 80.91.224.250 (20 Oct 2002 22:57:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:57:41 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id KAA10040 for ; Fri, 17 Jul 1998 10:20:20 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id NAA18172 for ; Fri, 17 Jul 1998 13:16:55 -0400 Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id LAT07087; Fri, 17 Jul 1998 11:50:31 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 17 Jul 1998 12:13:41 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAA26103 for ; Fri, 17 Jul 1998 12:13:24 -0500 (CDT) Original-Received: from smtp-relay-1.Adobe.COM (smtp-relay-1.adobe.com [192.150.11.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA19924 for ; Fri, 17 Jul 1998 13:13:21 -0400 (EDT) Original-Received: from inner-relay-1.Adobe.COM (inner-relay-1.corp.adobe.com [153.32.1.51]) by smtp-relay-1.Adobe.COM (8.8.6) with ESMTP id KAA22021 for ; Fri, 17 Jul 1998 10:08:08 -0700 (PDT) Original-Received: from mail-303.corp.Adobe.COM by inner-relay-1.Adobe.COM (8.8.5) with ESMTP id KAA04896; Fri, 17 Jul 1998 10:12:49 -0700 (PDT) Original-Received: by mail-303.corp.Adobe.COM (8.7.5) with ESMTP id KAA28301; Fri, 17 Jul 1998 10:12:48 -0700 (PDT) Original-Received: by mcmug (8.6.9) id KAA17311; Fri, 17 Jul 1998 10:13:07 -0700 Original-To: ding@gnus.org X-Location: San Jose, CA X-Disclaimer: My opinions, not my employer's. X-Url: http://www.csua.berkeley.edu/~dsiu X-Mailer: Gnus v5.6.24 with nnfolder X-Newsreader: Gnus v5.6.24 X-Emacs: 20.4 "Emerald" XEmacs Lucid X-Face: fHBvLrQQW(GRz#RNTAN(,')p8NGv}{6dMh\:?%*D\+8hgkiA_dub1@\,Y"r5'a8C(8e~cGG(WFTU\OlAqI[B?V7m'ZGkquvZ/d k~E"A"@WK;0mLF&\%W1kIC]O"z#/>YNUefE1%5/NUX;ml]@$nW;05Z9uZ/CqTz]A)+`1ROuF~||pG= k>Zi@hE- In-Reply-To: Jake Colman's message of "16 Jul 1998 15:20:23 -0400" Original-Lines: 46 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15671 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15671 Jake Colman writes: Jake> If that's the case, what do I want to do instead that would be the Jake> equivalent of thrading? I want all messages with the same subject Jake> to be listed together under a single entry, and sorted by date Jake> within the thread. Can do? Of course, it is *Gnus*! ;-) This is what you need to do: (setq gnus-thread-sort-functions '(gnus-thread-sort-by-date gnus-thread-sort-by-subject gnus-thread-sort-by-total-score)) Here is the reference: `gnus-thread-sort-functions' is a variable declared in Lisp. Value: (gnus-thread-sort-by-date gnus-thread-sort-by-subject gnus-thread-sort-by-total-score) Documentation: *List of functions used for sorting threads in the summary buffer. By default, threads are sorted by article number. Each function takes two threads and return non-nil if the first thread should be sorted before the other. If you use more than one function, the primary sort function should be the last. You should probably always include `gnus-thread-sort-by-number' in the list of sorting functions -- preferably first. Ready-made functions include `gnus-thread-sort-by-number', `gnus-thread-sort-by-author', `gnus-thread-sort-by-subject', `gnus-thread-sort-by-date', `gnus-thread-sort-by-score' and `gnus-thread-sort-by-total-score' (see `gnus-thread-score-function'). Jake> -- Jake Colman Hope this helps! -- =-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Danny Dick-Fung Siu mailto:dsiu@adobe.com PSD Core Engineering mailto:dsiu@alumni.eecs.berkeley.edu Adobe Systems Incorporated http://www.csua.berkeley.edu/~dsiu =-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=