From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16387 Path: news.gmane.org!not-for-mail From: "N. Raghavendra" Newsgroups: gmane.emacs.gnus.user Subject: Sorting within threads Date: Wed, 10 Jul 2013 17:45:12 +0530 Message-ID: Reply-To: "N. Raghavendra" NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1373458821 27411 80.91.229.3 (10 Jul 2013 12:20:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Jul 2013 12:20:21 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Jul 10 14:20:23 2013 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UwtNe-0000du-5I for gegu-info-gnus-english@m.gmane.org; Wed, 10 Jul 2013 14:20:22 +0200 Original-Received: from localhost ([::1]:59005 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwtNd-00016N-N4 for gegu-info-gnus-english@m.gmane.org; Wed, 10 Jul 2013 08:20:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwtNW-0000xp-8D for info-gnus-english@gnu.org; Wed, 10 Jul 2013 08:20:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwtNN-0006xQ-7f for info-gnus-english@gnu.org; Wed, 10 Jul 2013 08:20:14 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:58670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwtNN-0006ur-1t for info-gnus-english@gnu.org; Wed, 10 Jul 2013 08:20:05 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UwtNL-0000Lf-1b for info-gnus-english@gnu.org; Wed, 10 Jul 2013 14:20:03 +0200 Original-Received: from 14.139.59.140 ([14.139.59.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Jul 2013 14:20:03 +0200 Original-Received: from raghu by 14.139.59.140 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Jul 2013 14:20:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 47 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 14.139.59.140 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (darwin) Cancel-Lock: sha1:r7wMtCx7IqCuXwPmuy4JfSu0Wf4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16387 Archived-At: I have (setq gnus-thread-sort-functions '(gnus-thread-sort-by-number (not gnus-thread-sort-by-date))) in my Gnus init file. This sorts threads the way I want --- decreasing order of dates, latest to earliest. However, it seems to sort messages within a thread also in decreasing order of date, as in this example from the emacs.help group: 01 2013-07-07 02:48 Chris Seberino > Trouble binding Alt ... 02 2013-07-07 10:38 Chris Seberino |-> 03 2013-07-07 18:21 Pascal J. Bourguigno | |-> 04 2013-07-08 02:20 Chris Seberino | | \-> 05 2013-07-08 03:36 Pascal J. Bourguigno | | \-> 06 2013-07-07 17:54 Raffaele Ricciardi | |-> 07 2013-07-07 09:19 Yuri Khan |-> 08 2013-07-07 08:14 Bob Proulx |-> 09 2013-07-07 03:51 Peter Dyballa |-> 10 2013-07-07 03:46 Pascal J. Bourguigno |-> I want the messages in the thread and each subthread to be sorted in increasing order of date, like this: 01 2013-07-07 02:48 Chris Seberino > Trouble binding Alt ... 10 2013-07-07 03:46 Pascal J. Bourguigno |-> 09 2013-07-07 03:51 Peter Dyballa |-> 08 2013-07-07 08:14 Bob Proulx |-> 07 2013-07-07 09:19 Yuri Khan |-> 02 2013-07-07 10:38 Chris Seberino \-> 06 2013-07-07 17:54 Raffaele Ricciardi |-> 03 2013-07-07 18:21 Pascal J. Bourguigno \-> 04 2013-07-08 02:20 Chris Seberino \-> 05 2013-07-08 03:36 Pascal J. Bourguigno \-> This is the way it is on the Gmane page of the thread at http://thread.gmane.org/gmane.emacs.help/91990 (with the time zone 3.5 hours behind the time zone above). Is there a way to get this Gmane-like order (main threads decreasing, all subthreads increasing) in Gnus? Thanks and best regards, Raghavendra. -- N. Raghavendra | http://www.retrotexts.net/ Harish-Chandra Research Institute | http://www.mri.ernet.in/