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 15E5E431FBD for ; Mon, 13 Feb 2012 06:29:38 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 lbhAeMp2TClW for ; Mon, 13 Feb 2012 06:29:37 -0800 (PST) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 40C75431FBC for ; Mon, 13 Feb 2012 06:29:37 -0800 (PST) Received: by lahd3 with SMTP id d3so4455670lah.26 for ; Mon, 13 Feb 2012 06:29:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.46.65 with SMTP id t1mr5641965lbm.2.1329143374182; Mon, 13 Feb 2012 06:29:34 -0800 (PST) Sender: awg@xvx.ca Received: by 10.112.90.20 with HTTP; Mon, 13 Feb 2012 06:29:34 -0800 (PST) X-Originating-IP: [96.52.216.56] In-Reply-To: <87fweir4wg.fsf@plc.plecavalier.com> References: <87fweir4wg.fsf@plc.plecavalier.com> Date: Mon, 13 Feb 2012 07:29:34 -0700 X-Google-Sender-Auth: kn7o_6BUpr-BjSYgnbGHHt9Afmc Message-ID: Subject: Re: default search sort order From: Adam Wolfe Gordon To: Philippe LeCavalier Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmJ225HpfUPOIHR5KJzo3aM+oDqFkEwq84bgUDrpNW3EDDn0pC1srx5FWWS31VyodcZYEd5 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: Mon, 13 Feb 2012 14:29:38 -0000 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 :-). -- Adam Wolfe Gordon