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 8E1B76DE0ACD for ; Sun, 21 Aug 2016 06:49:40 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.007 X-Spam-Level: X-Spam-Status: No, score=-0.007 tagged_above=-999 required=5 tests=[AWL=0.004, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 4Kq2gn15b-1Z for ; Sun, 21 Aug 2016 06:49:38 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id A76F06DE098A for ; Sun, 21 Aug 2016 06:49:38 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1bbT83-0001mD-CL; Sun, 21 Aug 2016 09:49:35 -0400 Received: (nullmailer pid 1995 invoked by uid 1000); Sun, 21 Aug 2016 13:49:33 -0000 From: David Bremner To: "W. Trevor King" Cc: notmuch@notmuchmail.org Subject: Re: Mail archives in Git using ssoma (Docker image) In-Reply-To: <20160821120852.GA12964@dcvr> References: <20141107190321.GL23609@odin.tremily.us> <20160821043631.GA2338@odin.tremily.us> <20160821094833.GB2338@odin.tremily.us> <20160821120852.GA12964@dcvr> User-Agent: Notmuch/0.22.1 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Sun, 21 Aug 2016 10:49:33 -0300 Message-ID: <87eg5iqljm.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain 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 13:49:40 -0000 Eric Wong writes: > For mirroring existing lists, I started using public-inbox-watch > which currently watches Maildirs. The config knobs are sorta > documented from my announcement to git@vger: > > https://public-inbox.org/git/20160710004813.GA20210@dcvr.yhbt.net/ > http://hjrcffqmbrq6wope.onion/git/20160710004813.GA20210@dcvr.yhbt.net/ > > Initial import (w/o spamassassin) was done with > scripts/import_vger_from_mbox in the source: > > torsocks git clone http://hjrcffqmbrq6wope.onion/public-inbox > git clone https://public-inbox.org/ public-inbox > git clone git://repo.or.cz/public-inbox > FWIW, I already have a Maildir with a complete (and updated) archive of the list (and only that) for use of nmbug. So at the risk of putting all eggs in one basket, perhaps public-inbox-watch could watch that maildir. d