--- /dev/null
+Return-Path: <david@tethera.net>\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 3DF76431FBD\r
+ for <notmuch@notmuchmail.org>; Sun, 2 Mar 2014 11:11:27 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+ autolearn=disabled\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 RKIpe95tZL65 for <notmuch@notmuchmail.org>;\r
+ Sun, 2 Mar 2014 11:11:22 -0800 (PST)\r
+Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
+ (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id E467A431FBC\r
+ for <notmuch@notmuchmail.org>; Sun, 2 Mar 2014 11:11:22 -0800 (PST)\r
+Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1WKBnD-0004oI-7p; Sun, 02 Mar 2014 15:11:19 -0400\r
+Received: (nullmailer pid 17144 invoked by uid 1000); Sun, 02 Mar 2014\r
+ 19:11:15 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v2 00/13] literal folder: prefix, new path: prefix\r
+In-Reply-To: <cover.1393105055.git.jani@nikula.org>\r
+References: <cover.1393105055.git.jani@nikula.org>\r
+User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sun, 02 Mar 2014 15:11:15 -0400\r
+Message-ID: <87mwh8mn58.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Sun, 02 Mar 2014 19:11:27 -0000\r
+\r
+Jani Nikula <jani@nikula.org> writes:\r
+>\r
+> I've dropped most of the content in patches 7 and 10 due to their\r
+> size. The patches (and the whole series) are available in the\r
+> boolean-folder-and-path-v2 branch at\r
+> git://gitorious.org/jani/notmuch.git. Web interface at\r
+> https://gitorious.org/jani/notmuch/commits/0b3dd2d1cc6c413ea07ea326883ac448499c0e79.\r
+>\r
+\r
+Hi Jani;\r
+\r
+I put a some proposed changes at \r
+\r
+ http://pivot.cs.unb.ca/git?p=notmuch.git;a=shortlog;h=refs/heads/boolean-folder-and-path-v2\r
+\r
+After playing with it a bit, I decided to \r
+\r
+ - leave the source for the corpuses in the main tree. As we\r
+ discussed, we don't expect them to change much, and they are\r
+ text files.\r
+\r
+ - store the binary database blobs externally. We could make the\r
+ same argument about infrequent changes here, except that even\r
+ the tiniest change will in practice require a whole new copy be\r
+ stored.\r
+\r
+ - compute a checksum file\r
+ - test: add machinery to fetch and publish test databases\r
+ - test: commit database-v1.tar.xz checksum, ignore actual database\r
+\r
+ - this is an independant bug fix that should probably be pushed anyway:\r
+\r
+ - test: don't use $(dir) in recipes.\r
+\r
+ - I also made some unrelated changes including switching to xz\r
+ compression. I intentionally didn't squash my patches into yours\r
+ so you see and decide\r
+\r
+ - convert to XZ compression\r
+ - convert test to XZ\r
+\r
+ Originally I thought metadata in the database tarball is\r
+ needed. It turns out not. I think it's harmless, but feel free\r
+ to drop it.\r
+\r
+ - add some metadata to the database tarball\r
+ \r
+ - I struggled to find a way that would allow people to manage the\r
+ tarballs in a nice way while not requiring everyone to\r
+ install/learn new tools. My conclusion is in\r
+ \r
+ - test: add support for git annex managing test databases\r
+\r
+We still need to think about what to do for people installing from\r
+tarballs. As it stands they will need to either have network access or\r
+skip the relevant tests. Probably at least one followup patch is needed\r
+here. The alternative would be to include the database tarballs in the\r
+source; this will pretty quickly double the size of the source tarball.\r
+\r
+\r