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 7F8AB431FC0; Fri, 27 Nov 2009 17:28:34 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 SF0GhyK1vFHk; Fri, 27 Nov 2009 17:28:33 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 9630A431FAE; Fri, 27 Nov 2009 17:28:33 -0800 (PST) From: Carl Worth To: "Aneesh Kumar K.V" , notmuch@notmuchmail.org In-Reply-To: <1259125093-18743-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> References: <1259125093-18743-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Date: Fri, 27 Nov 2009 17:28:19 -0800 Message-ID: <87638vl9os.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH -v2] notmuch.el: Use variable notmuch-search-oldest-first to decide the search order X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Sat, 28 Nov 2009 01:28:34 -0000 On Wed, 25 Nov 2009 10:28:13 +0530, "Aneesh Kumar K.V" wrote: > Make sure we use notmuch-search-oldest-first to decide the how > the search result should be displayed. This helps to set the > value to nil and have latest mail shown first. This also fix the > notmuch-folder mode to use the right search order when we select > a folder. Also the notmuch command is fixed to use the right ordering. Thanks for the updated commit message. Unfortunately, I'd already committed the earlier version of this patch. I generally make passes over my queue of patches to review in chronological order, (by thread of course). So when anyone has an updated version of an earlier patch, it will help if the later patches are sent as replies to the earlier patches. Thanks, -Carl