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 0C0CC431FBC for ; Mon, 15 Sep 2014 09:33:13 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 DyCTuE2z-27z for ; Mon, 15 Sep 2014 09:33:08 -0700 (PDT) Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1D090431FAE for ; Mon, 15 Sep 2014 09:33:07 -0700 (PDT) Received: by mail-we0-f178.google.com with SMTP id q58so4273625wes.23 for ; Mon, 15 Sep 2014 09:33:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:cc:subject:in-reply-to:references:user-agent :from:date:message-id:mime-version:content-type; bh=PryuwODcWoCEf/99mJU3ncSu48ytrvrCMx+xAAt7ZLY=; b=KaLyOVpu+nsSLXcbr/zduEmk9w3QQOQ8tEGSOYusA+bb4kKlz4xyhw7G81BnSWDy+k UaLCcqdNLZjxtCrZjPamiDmDlmnJRCJVHnkBjBh6+XXDtdnmtau5ck0uUjOCOO9qTG39 l90ThyvWi3hFUoqHuuPfOdelQhBKXANBVUMZWkFWaFjR+TB9zFpNAS69OhWRWlFaun2i yX7YuHydTbQAz+0ASGvpdSkXCBz4WTXESBuZGklkg7P/ko4vytucD/msiOyML56ZkzAY voGMR/9Iset89DT2nhcSTG7emUvCRMRAQSTmBerZCl2RvAmYJBqfOIGVYDHHODpeHVpf RPKw== X-Gm-Message-State: ALoCoQm45o143+i22fuFIkfjqvQD4+W3PUkYMd+rxQY4PMQgjFuSV3U7kpxjyofTcWwr4fLHrQnA X-Received: by 10.180.99.168 with SMTP id er8mr2617930wib.78.1410798783101; Mon, 15 Sep 2014 09:33:03 -0700 (PDT) Received: from localhost ([2a01:348:1a2:1:f00a:9c2f:b998:3319]) by mx.google.com with ESMTPSA id pn5sm15364641wjc.4.2014.09.15.09.33.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Sep 2014 09:33:02 -0700 (PDT) To: "W. Trevor King" Subject: Re: [PATCH 4/4] nmbug: Add an 'init' command In-Reply-To: <20140915162532.GI22539@odin.tremily.us> References: <05ccd672f55444f74da62250e2305fb84fdc6c42.1404678709.git.wking@tremily.us> <20140915162532.GI22539@odin.tremily.us> User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-apple-darwin) From: David Edmondson Date: Mon, 15 Sep 2014 17:32:59 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Cc: notmuch@notmuchmail.org, David Bremner 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 16:33:13 -0000 On Mon, Sep 15 2014, W. Trevor King wrote: > On Mon, Sep 15, 2014 at 05:13:50PM +0100, David Edmondson wrote: >> On Sun, Jul 06 2014, W. Trevor King wrote: >> > For folks that want to start versioning a new tag-space, instead >> > of cloning one that someone else has already started. >> >> I tried this patch, and it (appeared) to work for me. Given that the >> procedure for creating a new tag repository is arcane, could this >> patch (or a version of it) be pushed? > > Rewriting this patch is the first thing on my list after nmbug's > Python translation lands [1]. What is required to make that happen?