From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 3FE546DE0C1B for ; Sun, 21 Aug 2016 11:37:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.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=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DQ8RwqoABMx9 for ; Sun, 21 Aug 2016 11:37:04 -0700 (PDT) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by arlo.cworth.org (Postfix) with ESMTPS id 8F2B66DE0C19 for ; Sun, 21 Aug 2016 11:37:04 -0700 (PDT) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 445A01F6C1; Sun, 21 Aug 2016 18:37:04 +0000 (UTC) Date: Sun, 21 Aug 2016 18:37:04 +0000 From: Eric Wong To: "W. Trevor King" Cc: notmuch@notmuchmail.org Subject: Re: Mail archives in Git using ssoma Message-ID: <20160821183704.GB11495@dcvr> References: <20141107190321.GL23609@odin.tremily.us> <20160821043631.GA2338@odin.tremily.us> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160821043631.GA2338@odin.tremily.us> X-Mailman-Approved-At: Sun, 21 Aug 2016 14:13:31 -0700 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Sun, 21 Aug 2016 18:37:05 -0000 "W. Trevor King" wrote: > On Fri, Nov 07, 2014 at 11:03:21AM -0800, W. Trevor King wrote: > > Eric Wong has been working on some tools to store email in a Git > > repository, and his client-side code is ssoma [1]. I wanted a bit > > more metadata than the stock ssoma-mda [2], and ended up just > > writing a ssoma-mda in Python [3]… Btw, for public-inbox, I'm using git-fast-import now, so imports are a bit faster and $GIT_DIR/ssoma.index is no longer used. This was crucial for getting git@vger archives imported in a reasonable time. public-inbox-* still keeps ssoma.index up-to-date for backwards compatibility with ssoma, and will probably do so until 2020 or later (there'll be a few years of deprecation notices) So I or someone else needs to update Perl ssoma to use fast-import at some point, too; and I suggest your python version do the same.