--- /dev/null
+Return-Path: <bgamari.foss@gmail.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 428CE431FD8\r
+ for <notmuch@notmuchmail.org>; Wed, 2 Oct 2013 13:31:05 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 i8z5OO7v79Kn for <notmuch@notmuchmail.org>;\r
+ Wed, 2 Oct 2013 13:30:59 -0700 (PDT)\r
+Received: from mail-qc0-f180.google.com (mail-qc0-f180.google.com\r
+ [209.85.216.180]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id DE331431FCF\r
+ for <notmuch@notmuchmail.org>; Wed, 2 Oct 2013 13:30:58 -0700 (PDT)\r
+Received: by mail-qc0-f180.google.com with SMTP id p19so951121qcv.11\r
+ for <notmuch@notmuchmail.org>; Wed, 02 Oct 2013 13:30:57 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:subject:date:message-id;\r
+ bh=ArKfp3xatjFN6V+EFVOLScw63QBVNqh0NrI5Ty92DRk=;\r
+ b=a3BZZtnwD98cY+kaGME1tM4Qrs9kecY2TNZFg8TXNnZqz5x5UXaz8HENVWmVsCTKzE\r
+ 01YcKGGJQlkXgmM8HSi4JltJCsEiBj3TIrh88R0lrejPZ9eXiYw/H1yojyKynNzrsWI1\r
+ rm+rDagmO1syuj0/KeqJRMdG2Nyyi7koomqr/O0aBVeukSU1O4qmnNhdoTkgQOjfsbXt\r
+ Af0lCZpyTqim9t81wCmJKi+E8MGDdfHjPOCoWKT+tE8CMgMEdu11DTvEKkMeZ19rUyDu\r
+ IIn7CoDa0fGlLCI+Kgb3r6W3l1xqgEEnImtvOpcmn559OQEG7FuagArSFLnBHoBFZ8Ee\r
+ 90Yw==\r
+X-Received: by 10.224.74.67 with SMTP id t3mr3662083qaj.124.1380745856862;\r
+ Wed, 02 Oct 2013 13:30:56 -0700 (PDT)\r
+Received: from ben-laptop.hasb.physics.cns (gamari.physics.umass.edu.\r
+ [128.119.56.223])\r
+ by mx.google.com with ESMTPSA id fx6sm5946200qeb.1.1969.12.31.16.00.00\r
+ (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);\r
+ Wed, 02 Oct 2013 13:30:56 -0700 (PDT)\r
+From: Ben Gamari <bgamari.foss@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] notmuch compact support (v4)\r
+Date: Wed, 2 Oct 2013 16:30:45 -0400\r
+Message-Id: <1380745848-4972-1-git-send-email-bgamari.foss@gmail.com>\r
+X-Mailer: git-send-email 1.8.1.2\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, 02 Oct 2013 20:31:05 -0000\r
+\r
+\r
+Here is yet another iteration of my "notmuch compact" patchset. It has been\r
+rebased on top of master and the interface reworked as suggested by Jani.\r
+\r
+Cheers,\r
+\r
+- Ben\r
+\r