From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85173 Path: news.gmane.org!not-for-mail From: Nick Dokos Newsgroups: gmane.emacs.gnus.general Subject: Re: sort search output by date Date: Thu, 23 Oct 2014 01:34:09 -0400 Message-ID: <87y4s7cpta.fsf@pierrot.dokosmarshall.org> References: <87mw8qds2z.fsf@pierrot.dokosmarshall.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414042533 20683 80.91.229.3 (23 Oct 2014 05:35:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Oct 2014 05:35:33 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33417@lists.math.uh.edu Thu Oct 23 07:35:25 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XhB3U-0004JU-R7 for ding-account@gmane.org; Thu, 23 Oct 2014 07:35:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XhB2i-0001YE-5Z; Thu, 23 Oct 2014 00:34:36 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XhB2Z-0001Xe-7U for ding@lists.math.uh.edu; Thu, 23 Oct 2014 00:34:27 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XhB2X-0002q7-O9 for ding@lists.math.uh.edu; Thu, 23 Oct 2014 00:34:26 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XhB2V-0003Ab-LM for ding@gnus.org; Thu, 23 Oct 2014 07:34:23 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XhB2U-00045l-PC for ding@gnus.org; Thu, 23 Oct 2014 07:34:22 +0200 Original-Received: from pool-108-20-41-17.bstnma.fios.verizon.net ([108.20.41.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Oct 2014 07:34:22 +0200 Original-Received: from ndokos by pool-108-20-41-17.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Oct 2014 07:34:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-108-20-41-17.bstnma.fios.verizon.net User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:583LUwugpAw4zhKss4pz0TAsXC8= X-Spam-Score: -3.4 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85173 Archived-At: Nick Dokos writes: > When I do a gmane nnir search with G G, the resulting nnir group is in > some random(?) order. > > An imap search returned an almost sorted buffer: a sorted bunch at the > beginning, a sorted bunch at the end, but a couple of messages between > the two that were out of order - that was a single example though: I > don't know how general this behavior is. > > How do I get the nnir summary buffer sorted by date? > I didn't find a hook or option to do that, so in the end I added gnus-summary-sort-by-date as an :after advice to gnus-group-make-nnir-group. -- Nick