Re: [notmuch] Mail in git
authorStewart Smith <stewart@flamingspork.com>
Wed, 17 Feb 2010 00:21:51 +0000 (11:21 +1100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:13 +0000 (09:36 -0800)
34/a03121e6584c2182b7eb096420215b22a1fe76 [new file with mode: 0644]

diff --git a/34/a03121e6584c2182b7eb096420215b22a1fe76 b/34/a03121e6584c2182b7eb096420215b22a1fe76
new file mode 100644 (file)
index 0000000..f29e5d7
--- /dev/null
@@ -0,0 +1,74 @@
+Return-Path: <stewart@flamingspork.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 28B3F431FBC\r
+       for <notmuch@notmuchmail.org>; Tue, 16 Feb 2010 16:21:55 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.75\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.75 tagged_above=-999 required=5 tests=[AWL=-0.751,\r
+       BAYES_50=0.001] autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id aoZeITsLu61D for <notmuch@notmuchmail.org>;\r
+       Tue, 16 Feb 2010 16:21:54 -0800 (PST)\r
+Received: from kaylee.flamingspork.com (kaylee.flamingspork.com\r
+       [74.207.245.61])\r
+       by olra.theworths.org (Postfix) with ESMTP id 7F82F431FAE\r
+       for <notmuch@notmuchmail.org>; Tue, 16 Feb 2010 16:21:54 -0800 (PST)\r
+Received: from willster (localhost [127.0.0.1])\r
+       by kaylee.flamingspork.com (Postfix) with ESMTPS id C66696396;\r
+       Wed, 17 Feb 2010 00:18:50 +0000 (UTC)\r
+Received: by willster (Postfix, from userid 1000)\r
+       id 0688810A9F4F; Wed, 17 Feb 2010 11:21:51 +1100 (EST)\r
+From: Stewart Smith <stewart@flamingspork.com>\r
+To: Ben Gamari <bgamari@gmail.com>, notmuch <notmuch@notmuchmail.org>\r
+In-Reply-To: <1266347128-sup-7796@ben-laptop>\r
+References: <20100215002914.GA22402@flamingspork.com>\r
+       <1266347128-sup-7796@ben-laptop>\r
+Date: Wed, 17 Feb 2010 11:21:51 +1100\r
+Message-ID: <87ocjok8yo.fsf@willster.local.flamingspork.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] Mail in git\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 17 Feb 2010 00:21:55 -0000\r
+\r
+On Tue, 16 Feb 2010 14:06:29 -0500, Ben Gamari <bgamari@gmail.com> wrote:\r
+> Excerpts from Stewart Smith's message of Sun Feb 14 19:29:14 -0500 2010:\r
+> > So... I sketched this out in my head at LCA... and it's taken a bit of\r
+> > time to actually properly try it.\r
+> > \r
+> In case anyone wanted to play around with this, I've written up my own\r
+> little implementation[1] of a git mail import script. It's quite simple,\r
+> but I felt it might be nice to have some public code to play around\r
+> with. I get around 80 messages/second on my laptop and things are\r
+> definitely quite IO bound. You get 1 commit per message, although I'm\r
+> not entirely sure if this is the correct way to do things.\r
+> \r
+> [1] git://goldnerlab.physics.umass.edu/git-mail\r
+\r
+Using fast-import is interesting. Does it update the working tree? The\r
+big thing I wanted to avoid was creating a working tree (another million\r
+inodes being created is not ever what I need)\r
+\r
+Also interesting is the mention of creating packs on the fly... this\r
+could save the time in first writing the object and then packing it (as\r
+my script does).\r
+\r
+I'm going to play with this....\r
+-- \r
+Stewart Smith\r