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 0E200431FBD for ; Mon, 13 Feb 2012 18:51:40 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.363 X-Spam-Level: X-Spam-Status: No, score=0.363 tagged_above=-999 required=5 tests=[RDNS_DYNAMIC=0.363] autolearn=disabled 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 Q76F3v-+GnKk for ; Mon, 13 Feb 2012 18:51:39 -0800 (PST) X-Greylist: delayed 1130 seconds by postgrey-1.32 at olra; Mon, 13 Feb 2012 18:51:39 PST Received: from plc.plecavalier.com (CPE001a8c1087e6-CM0019477f3980.cpe.net.cable.rogers.com [99.239.193.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 38B96431FBC for ; Mon, 13 Feb 2012 18:51:39 -0800 (PST) Received: from plc.plecavalier.com (localhost.localdomain [127.0.0.1]) by plc.plecavalier.com (8.14.5/8.14.5) with ESMTP id q1E2Wksc002971; Mon, 13 Feb 2012 21:32:46 -0500 Received: (from plecavalier@localhost) by plc.plecavalier.com (8.14.5/8.14.5/Submit) id q1E2WkHD002970; Mon, 13 Feb 2012 21:32:46 -0500 From: Philippe LeCavalier To: Adam Wolfe Gordon , Philippe LeCavalier Subject: Re: default search sort order In-Reply-To: References: <87fweir4wg.fsf@plc.plecavalier.com> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1 (i386-redhat-linux-gnu) Date: Mon, 13 Feb 2012 21:32:46 -0500 Message-ID: <87k43qywj5.fsf@plc.plecavalier.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org 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: Tue, 14 Feb 2012 02:51:40 -0000 Hi Adam. On Mon, 13 Feb 2012 07:29:34 -0700, Adam Wolfe Gordon wrote: > Hi Phil, > > On Fri, Feb 10, 2012 at 10:10, Philippe LeCavalier > wrote: > > For some reason I can't seem to find how to change the default search > > sort order. I would like newest->oldest rather than oldest->newest > > without having to hit 'o' and ctrl+home. > > > > I'm using notmuch.el > > You'll need to set the variable notmuch-search-oldest-first to nil. > You can do this through M-x customize-group notmuch, or by putting it > in your .emacs. This is one of the first things I had to figure out > with notmuch, too :-). Thanks! That made all the difference. -- Thanks, Phil