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 03E11431FBF for ; Fri, 26 Feb 2010 20:03:50 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.02 X-Spam-Level: X-Spam-Status: No, score=-0.02 tagged_above=-999 required=5 tests=[AWL=-0.121, BAYES_50=0.001, RDNS_DYNAMIC=0.1] autolearn=no 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 69gqoNWDgLjy for ; Fri, 26 Feb 2010 20:03:49 -0800 (PST) Received: from hackervisions.org (67-207-143-141.slicehost.net [67.207.143.141]) by olra.theworths.org (Postfix) with ESMTP id A987C431FAE for ; Fri, 26 Feb 2010 20:03:49 -0800 (PST) Received: from ool-18bd392a.dyn.optonline.net ([24.189.57.42] helo=localhost) by hv with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1NlDu4-0005pc-GT; Fri, 26 Feb 2010 23:03:44 -0500 From: James Vasile To: micah anderson , notmuch@notmuchmail.org In-Reply-To: <87wrxzo42z.fsf@lillypad.riseup.net> References: <87hbp5j9dv.fsf@hackervisions.org> <87wrxzo42z.fsf@lillypad.riseup.net> Date: Fri, 26 Feb 2010 23:03:34 -0500 Message-ID: <87fx4n4961.fsf@hackervisions.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] Initial tagging 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: Sat, 27 Feb 2010 04:03:50 -0000 On Fri, 26 Feb 2010 20:33:08 -0500, micah anderson wrote: > > Hey james, > > i really like your notmuch-retry bits, I've taken that shell script and > integrated it into my tagging script, thanks! I'm curious if you are > going to update your patch for notmuch.el ("Calls to notmuch get queued > and executed asynchronously") to use this, or if you are going to have > those two continue to be separate ways of retrying? Ah, I updated my local version and am putting it through its paces, but it's already so much better that I should just send in the revised patch. I'll clean it up and do that tomorrow. > Why do you tag new mail with tags, rather than construct folder searches > to create views? I do a lot of on-the-fly searching and don't want to have to remember notmuch's email address. I suppose I could go to my notmuch folder and then filter from there, but right now I'm much more likely to do M-x notmuch-search/tag:notmuch and micah.