Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 4E58D431FBC for ; Thu, 11 Feb 2010 05:42:46 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.866 X-Spam-Level: X-Spam-Status: No, score=-0.866 tagged_above=-999 required=5 tests=[AWL=-0.867, BAYES_50=0.001] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BRwwb0LgQ2qv for ; Thu, 11 Feb 2010 05:42:45 -0800 (PST) Received: from homiemail-a23.g.dreamhost.com (caiajhbdcbef.dreamhost.com [208.97.132.145]) by olra.theworths.org (Postfix) with ESMTP id 82254431FAE for ; Thu, 11 Feb 2010 05:42:45 -0800 (PST) Received: from sspaeth.de (unknown [195.190.178.84]) by homiemail-a23.g.dreamhost.com (Postfix) with ESMTPA id 887654B006D for ; Thu, 11 Feb 2010 05:42:43 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Thu, 11 Feb 2010 14:42:40 +0100 From: "Sebastian Spaeth" To: notmuch@notmuchmail.org In-Reply-To: <1265890752-26242-1-git-send-email-dme@dme.org> References: <1265890752-26242-1-git-send-email-dme@dme.org> Date: Thu, 11 Feb 2010 14:42:40 +0100 Message-ID: <87iqa3sxbj.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] notmuch.el: Prefix arg inverts the sort order of notmuch-search. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Thu, 11 Feb 2010 13:42:46 -0000 On Thu, 11 Feb 2010 12:19:12 +0000, David Edmondson wrote: ... I think the correct thing here would be to let notmuch return search is inverse sort order rather than reverting this later in the client (unneccessary work). --sort=oldest|newest|relevance seems to be what xapian can easily provide us with.