From: David Bremner Date: Mon, 15 Sep 2014 18:09:11 +0000 (+0200) Subject: Re: [PATCH 4/4] nmbug: Add an 'init' command X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4572df286b7114146c0e54606dbde064a89b26ff;p=notmuch-archives.git Re: [PATCH 4/4] nmbug: Add an 'init' command --- diff --git a/b2/f6e49393c85fec1ae3e38959e2132f43492704 b/b2/f6e49393c85fec1ae3e38959e2132f43492704 new file mode 100644 index 000000000..dd881f9ad --- /dev/null +++ b/b2/f6e49393c85fec1ae3e38959e2132f43492704 @@ -0,0 +1,73 @@ +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 1BF6D431FB6 + for ; Mon, 15 Sep 2014 11:09:27 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 v-kiO3kgMZnx for ; + Mon, 15 Sep 2014 11:09:19 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 75A8E431FAE + for ; Mon, 15 Sep 2014 11:09:19 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1XTaiD-0000Z4-1L; Mon, 15 Sep 2014 15:09:17 -0300 +Received: (nullmailer pid 9486 invoked by uid 1000); Mon, 15 Sep 2014 + 18:09:11 -0000 +From: David Bremner +To: "W. Trevor King" , David Edmondson +Subject: Re: [PATCH 4/4] nmbug: Add an 'init' command +In-Reply-To: <20140915163551.GJ22539@odin.tremily.us> +References: + <05ccd672f55444f74da62250e2305fb84fdc6c42.1404678709.git.wking@tremily.us> + + <20140915162532.GI22539@odin.tremily.us> + + <20140915163551.GJ22539@odin.tremily.us> +User-Agent: Notmuch/0.18.1+85~gcca05ac (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Mon, 15 Sep 2014 20:09:11 +0200 +Message-ID: <87zje0iwmw.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: notmuch@notmuchmail.org +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: Mon, 15 Sep 2014 18:09:27 -0000 + +"W. Trevor King" writes: + +> +> Give it a spin to kick the tires, and reply to the v4 patch saying +> that none of the pieces fell off while you were kicking it ;). +> Basically, it's just waiting for review and a consensus that it's a +> solid change. + +v3 crashed when merging quite often for me. I'm sortof waiting to see if +it happens again with v4, at which point I guess I'll send my repo by +carrier pigeon to Trevor. + +Unfortunately there hasn't been enough nmbug activity to trigger the +bug, so get reviewing patches everyone ;). + +d