From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id C035F6DE1009 for ; Tue, 29 Sep 2015 11:58:30 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 1.151 X-Spam-Level: * X-Spam-Status: No, score=1.151 tagged_above=-999 required=5 tests=[AWL=-0.245, SPF_NEUTRAL=0.652, URIBL_SBL=0.644, URIBL_SBL_A=0.1] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M4c8q8my12NG for ; Tue, 29 Sep 2015 11:58:27 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id CBE2F6DE025E for ; Tue, 29 Sep 2015 11:58:25 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 6167B100080; Tue, 29 Sep 2015 21:58:25 +0300 (EEST) From: Tomi Ollila To: David Bremner , Jani Nikula , "W. Trevor King" Subject: Re: [PATCH v2] nmbug-status: add support for specifying sort order for each view In-Reply-To: <87vbatqxd6.fsf@maritornes.cs.unb.ca> References: <1443267471-11829-1-git-send-email-jani@nikula.org> <87vbatqxd6.fsf@maritornes.cs.unb.ca> User-Agent: Notmuch/0.20.2+68~g0c35549 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2015 18:58:30 -0000 On Tue, Sep 29 2015, David Bremner wrote: > Jani Nikula writes: > >> Let each view have a "sort" key, typically used with values >> "oldest-first" or "newest-first" (although all values in Query.SORT >> are accepted), and sort the results accordingly. Oldest first remains >> the default. > > pushed. when can we expect nmbug status page update ? :D > > d Tomi