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 EC23D431FBD for ; Sat, 27 Feb 2010 03:34:24 -0800 (PST) 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=[AWL=-0.100, 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 RutuBAAP3s7z for ; Sat, 27 Feb 2010 03:34:24 -0800 (PST) Received: from hackervisions.org (67-207-143-141.slicehost.net [67.207.143.141]) by olra.theworths.org (Postfix) with ESMTP id 5DA2E431FAE for ; Sat, 27 Feb 2010 03:34:24 -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 1NlKw6-0006sZ-DS; Sat, 27 Feb 2010 06:34:18 -0500 From: James Vasile To: micah anderson , notmuch@notmuchmail.org In-Reply-To: <87fx4n4961.fsf@hackervisions.org> References: <87hbp5j9dv.fsf@hackervisions.org> <87wrxzo42z.fsf@lillypad.riseup.net> <87fx4n4961.fsf@hackervisions.org> Date: Sat, 27 Feb 2010 06:34:07 -0500 Message-ID: <87d3zq52vk.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 11:34:25 -0000 On Fri, 26 Feb 2010 23:03:34 -0500, James Vasile wrote: > 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. Insomnia: when it comes to sleep, my loss is your gain. I opened a github account and the updated bits are in the retry branch at git@github.com:jvasile/notmuch.git Carl, if you want the retry functionality, feel free to pull from there or request I post those patches to this list. Note that the retry branch depends on notmuch-retry being in your path, but 'make install' does not know about notmuch-retry. Next step for this branch is to have all errors go to *Notmuch errors* rather than error buffers named for the tag commands.