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 66427431FBD for ; Tue, 16 Feb 2010 11:06:36 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.866 X-Spam-Level: X-Spam-Status: No, score=-0.866 tagged_above=-999 required=5 tests=[AWL=-0.867, BAYES_50=0.001] autolearn=ham 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 bB-kPcwyiKsl for ; Tue, 16 Feb 2010 11:06:34 -0800 (PST) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) by olra.theworths.org (Postfix) with ESMTP id E0E86431FBC for ; Tue, 16 Feb 2010 11:06:33 -0800 (PST) Received: by vws17 with SMTP id 17so372749vws.26 for ; Tue, 16 Feb 2010 11:06:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:subject:from:to :in-reply-to:references:date:message-id:user-agent :content-transfer-encoding; bh=CK4DyiYGNOr3ijPMAUvv2/xPXF/4IXwCwcQA6FH0/4Y=; b=kKZ8eHOZniApTHWzn6WxD6959ostxj9TcdKHXO9JuHq8ELjAC/n/7SnzfZHmkARo+Y ybKXzZTgWK2X/9Bn5Rzy5k72mJi2tFJ5cD/z9FNntqF5LkfKDg8w79YDyq3TbzlQ72dL PXDx3Kh6+/G5Bq7TxQfMwVAPgRIdjlsbyWW0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:subject:from:to:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding; b=ZMehIBUgSkfGm08TNk2p2u3pjvloAKvXKep4t52rsX/4KpF0ckS4ehF4L7QB0zoCxX m9/1ksLZEyMZlzQn3jC/jR9W8EMl7QP7cBpvZWiSjNjVo41z4IQ05R1l2XfLqD+yhRs5 QnxsbNHIHyA7yhKyy3eQXWNMIyIueirjNTTKQ= Received: by 10.220.123.92 with SMTP id o28mr1118024vcr.116.1266347192626; Tue, 16 Feb 2010 11:06:32 -0800 (PST) Received: from localhost (umass-959-250.wireless.umass.edu [128.119.77.250]) by mx.google.com with ESMTPS id 39sm9745120vws.19.2010.02.16.11.06.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Feb 2010 11:06:31 -0800 (PST) Content-Type: text/plain; charset=UTF-8 From: Ben Gamari To: notmuch In-reply-to: <20100215002914.GA22402@flamingspork.com> References: <20100215002914.GA22402@flamingspork.com> Date: Tue, 16 Feb 2010 14:06:29 -0500 Message-Id: <1266347128-sup-7796@ben-laptop> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Subject: Re: [notmuch] Mail in git 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: Tue, 16 Feb 2010 19:06:36 -0000 Excerpts from Stewart Smith's message of Sun Feb 14 19:29:14 -0500 2010: > So... I sketched this out in my head at LCA... and it's taken a bit of > time to actually properly try it. > In case anyone wanted to play around with this, I've written up my own little implementation[1] of a git mail import script. It's quite simple, but I felt it might be nice to have some public code to play around with. I get around 80 messages/second on my laptop and things are definitely quite IO bound. You get 1 commit per message, although I'm not entirely sure if this is the correct way to do things. - Ben [1] git://goldnerlab.physics.umass.edu/git-mail