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 81BC5429E21 for ; Tue, 4 Oct 2011 03:43:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled 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 eBq8HZzN3FB1 for ; Tue, 4 Oct 2011 03:43:23 -0700 (PDT) Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D6773431FB6 for ; Tue, 4 Oct 2011 03:43:22 -0700 (PDT) Received: from zancas.localnet (fctnnbsc36w-156034064058.pppoe-dynamic.High-Speed.nb.bellaliant.net [156.34.64.58]) (authenticated bits=0) by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p94AhDQV007821 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Tue, 4 Oct 2011 07:43:13 -0300 Received: from bremner by zancas.localnet with local (Exim 4.76) (envelope-from ) id 1RB2Su-0003mf-K0; Tue, 04 Oct 2011 07:43:12 -0300 From: David Bremner To: Ali Polatel Subject: Re: [PATCH v3 0/2] Better error handling In-Reply-To: References: <20111004050046.GA6048@hayalet> User-Agent: Notmuch/0.9~rc1 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Tue, 04 Oct 2011 07:43:12 -0300 Message-ID: <87y5x1kpfj.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ali Polatel , Notmuch Mailing List , Austin Clements 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: Tue, 04 Oct 2011 10:43:23 -0000 On Tue, 4 Oct 2011 08:06:07 +0300, Ali Polatel wrote: > From: Ali Polatel > > New set of patches addressing the issues in the mail > "id:8739f9muhp.fsf@zancas.localnet" > > You may also find the commits in my notmuch repository: > git://github.com/alip/notmuch.git branch: find_message-v3 > I have pushed your revised version, thanks! d