From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34855 Path: main.gmane.org!not-for-mail From: Nick Papadonis Newsgroups: gmane.emacs.gnus.general Subject: gnus-thread-sort reverse? Date: 19 Feb 2001 15:06:43 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170700 32426 80.91.224.250 (21 Oct 2002 03:25:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:25:00 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 82DF7D049E for ; Mon, 19 Feb 2001 15:07:45 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id OAC22487; Mon, 19 Feb 2001 14:07:23 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 19 Feb 2001 14:06:31 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA13037 for ; Mon, 19 Feb 2001 14:06:16 -0600 (CST) Original-Received: from h0050bad6338d.ne.mediaone.net (h0050bad6338d.ne.mediaone.net [24.91.116.11]) by mailhost.sclp.com (Postfix) with ESMTP id F3EFAD049E for ; Mon, 19 Feb 2001 15:06:43 -0500 (EST) Original-Received: (from nick@localhost) by h0050bad6338d.ne.mediaone.net (8.9.3/8.9.3) id PAA24398; Mon, 19 Feb 2001 15:06:43 -0500 X-Authentication-Warning: h0050bad6338d.ne.mediaone.net: nick set sender to npapadon@yahoo.com using -f Original-To: ding@gnus.org X-Face: 01-z%.O)i7LB;Cnxv)caA5j@>3jYX:)*O6:@F>it.>stK5,i^jk0epU\$*cQ9 !)Oqf[@SOzys\7Ym}:2KWpM=8OCC` User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Cuyahoga Valley) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 15 Xref: main.gmane.org gmane.emacs.gnus.general:34855 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34855 I'm trying to reverse sort threads by date. I have read the info file and this isn't covered. The mailing list had a brief mention of this in 1998 and the following was added to gnus: gnus-sum.el:9273:(defun gnus-summary-sort-by-date (&optional reverse) gnus-sum.el:9277: (gnus-summary-sort 'date reverse)) I tried inserting the following in my Group Params: (gnus-thread-sort-functions (gnus-thread-sort-by-date REVERSE)) This does not sort reverse. Can anyone see what I'm doing wrong? Thanks. -- - Nick