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 6A0146DE15BE for ; Tue, 29 Sep 2015 04:30:22 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.105 X-Spam-Level: X-Spam-Status: No, score=0.105 tagged_above=-999 required=5 tests=[AWL=0.105] 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 4rpkggPHlvSj for ; Tue, 29 Sep 2015 04:30:20 -0700 (PDT) Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id B02A86DE1588 for ; Tue, 29 Sep 2015 04:30:20 -0700 (PDT) Received: from remotemail by gitolite.debian.net with local (Exim 4.80) (envelope-from ) id 1Zgt4L-00008f-R9; Tue, 29 Sep 2015 11:27:37 +0000 Received: (nullmailer pid 739 invoked by uid 1000); Tue, 29 Sep 2015 11:27:17 -0000 From: David Bremner To: Jani Nikula , Tomi Ollila , "W. Trevor King" Subject: Re: [PATCH v2] nmbug-status: add support for specifying sort order for each view In-Reply-To: <1443267471-11829-1-git-send-email-jani@nikula.org> References: <1443267471-11829-1-git-send-email-jani@nikula.org> User-Agent: Notmuch/0.20.2+73~gd432116 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Tue, 29 Sep 2015 08:27:17 -0300 Message-ID: <87vbatqxd6.fsf@maritornes.cs.unb.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 11:30:22 -0000 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. d