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 5544F6DE0297 for ; Tue, 27 Dec 2016 10:32:21 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.806 X-Spam-Level: X-Spam-Status: No, score=-0.806 tagged_above=-999 required=5 tests=[AWL=-0.105, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] 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 p6WBGZSvNtER for ; Tue, 27 Dec 2016 10:32:19 -0800 (PST) X-Greylist: delayed 438 seconds by postgrey-1.35 at arlo; Tue, 27 Dec 2016 10:32:19 PST Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by arlo.cworth.org (Postfix) with ESMTPS id 828406DE00E8 for ; Tue, 27 Dec 2016 10:32:19 -0800 (PST) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 2236520CF8 for ; Tue, 27 Dec 2016 19:24:57 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3tp45y1bF7z105r; Tue, 27 Dec 2016 19:24:54 +0100 (CET) Received: from tomas by flaptop with local (Exim 4.84_2) (envelope-from ) id 1cLwQJ-0001R5-K0; Tue, 27 Dec 2016 19:24:31 +0100 From: Tomas Nordin To: David Wen Riccardi-Zhu , notmuch@notmuchmail.org Subject: Re: Search -- Display Recent Dates First In-Reply-To: <87vau6qpyz.fsf@dwrz.net> References: <87vau6qpyz.fsf@dwrz.net> Date: Tue, 27 Dec 2016 19:24:31 +0100 Message-ID: <8737h9s00w.fsf@flaptop.tomnor.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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, 27 Dec 2016 18:32:21 -0000 David Wen Riccardi-Zhu writes: > When I run a search with notmuch (on Emacs), olders email are shown first > (at the top of the screen). This is inconvenient, since the majority of > my searches relate to more recent emails. Is there a way to flip the > output around, so that newer mails appear first? Check out the variable notmuch-search-oldest-first. I have this set in my notmuch-config: (setq notmuch-search-oldest-first t) you should have (setq notmuch-search-oldest-first nil) I guess. Also, in a notmuch-search buffer, the effect of pressing o for me is to toggle the search order. C-h k o o runs the command notmuch-search-toggle-order, which is an interactive compiled Lisp function in `notmuch.el'. It is bound to o. (notmuch-search-toggle-order) Toggle the current search order.