From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20002 Path: main.gmane.org!not-for-mail From: Jason L Tibbitts III Newsgroups: gmane.emacs.gnus.general Subject: Re: Help - specialities entering a group Date: 22 Dec 1998 11:18:21 -0600 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=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035158290 14789 80.91.224.250 (20 Oct 2002 23:58:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:58:10 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA07463 for ; Tue, 22 Dec 1998 12:19:27 -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.1/8.9.1) with ESMTP id LAB22905; Tue, 22 Dec 1998 11:19:10 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 22 Dec 1998 11:19:12 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id LAA11207 for ; Tue, 22 Dec 1998 11:19:02 -0600 (CST) Original-Received: from epithumia.math.uh.edu (tibbs@epithumia.math.uh.edu [129.7.128.2]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA07449 for ; Tue, 22 Dec 1998 12:18:54 -0500 (EST) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.8.7/8.8.7) id LAA23114; Tue, 22 Dec 1998 11:18:21 -0600 Original-To: Forum of ding/Gnus users In-Reply-To: François Pinard's message of "22 Dec 1998 08:53:30 -0500" User-Agent: Gnus/5.070065 (Pterodactyl Gnus v0.65) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 23 Xref: main.gmane.org gmane.emacs.gnus.general:20002 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:20002 >>>>> "FP" == François Pinard writes: FP> I usually read my mailgroups threaded. I would like that, when FP> entering the `i18n.incoming' mailgroup, and only that one, threading be FP> automatically suspended, and the equivalent of `C-u C-c C-s C-d' done, FP> so messages be sorted most recent first. I have the following in the group parameters (G p from *Group* buffer) for my inbox: (total-expire (expiry-wait . 365) (gnus-thread-sort-functions '((lambda (t1 t2) (gnus-thread-sort-by-date t2 t1))))) The group-local setting of gnus-thread-sort-functions gives me reverse sorting by date, threaded, so subjects are still grouped together, but the threads with the most recent messages are first. This is done _only_ for my inbox. - J<