From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id F3818431FC1 for ; Thu, 3 Jun 2010 23:36:45 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[BAYES_20=-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 GFyCxx0SiSys for ; Thu, 3 Jun 2010 23:36:34 -0700 (PDT) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 9ED174196F0 for ; Thu, 3 Jun 2010 23:36:34 -0700 (PDT) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 8CAFF19F3333; Fri, 4 Jun 2010 08:36:33 +0200 (CEST) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id d+n5hbI9UWwl; Fri, 4 Jun 2010 08:36:32 +0200 (CEST) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id A0C5619F3377; Fri, 4 Jun 2010 08:36:31 +0200 (CEST) Received: from steelpick.2x.cz (k335-30.felk.cvut.cz [147.32.86.30]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 0263E106001; Fri, 4 Jun 2010 08:36:30 +0200 (CEST) Received: from wsh by steelpick.2x.cz with local (Exim 4.71) (envelope-from ) id 1OKQW6-0004LK-AF; Fri, 04 Jun 2010 08:36:30 +0200 From: Michal Sojka To: Carl Worth , David Edmondson , Keith Packard , notmuch@notmuchmail.org Subject: Re: [PATCH] Customize saved search order separately from regular search order In-Reply-To: <87d3w7eicf.fsf@yoom.home.cworth.org> References: <1272920307-25995-1-git-send-email-keithp@keithp.com> <87d3xcexq9.fsf@ut.hh.sledj.net> <87d3w7eicf.fsf@yoom.home.cworth.org> User-Agent: Notmuch/0.3.1-41-gfac11e2 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Fri, 04 Jun 2010 08:36:30 +0200 Message-ID: <87wrufjocx.fsf@steelpick.2x.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 04 Jun 2010 06:36:48 -0000 On Fri, 04 Jun 2010, Carl Worth wrote: > Keith happens to use saved searches only for subsets of his inbox and in > that case, it makes a lot of sense to see the results of all of these > messages in an oldest-first order. Hi, I used saved searches mostly this way until a few days ago, when I wrote "What's in your inbox" patch (I'll send it as a reply to this mail). I have to say I'm quite satisfied with it. -Michal