[PATCH] notmuch compact support
authorBen Gamari <bgamari.foss@gmail.com>
Wed, 17 Oct 2012 15:28:54 +0000 (11:28 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:49:49 +0000 (09:49 -0800)
90/58dc469b3f0aff1affd3eb634f997da54bf017 [new file with mode: 0644]

diff --git a/90/58dc469b3f0aff1affd3eb634f997da54bf017 b/90/58dc469b3f0aff1affd3eb634f997da54bf017
new file mode 100644 (file)
index 0000000..497e181
--- /dev/null
@@ -0,0 +1,72 @@
+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 5491F431FBD\r
+       for <notmuch@notmuchmail.org>; Wed, 17 Oct 2012 08:29:39 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.7\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.7 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, FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7]\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 w-WAzx3rV6Rw for <notmuch@notmuchmail.org>;\r
+       Wed, 17 Oct 2012 08:29:39 -0700 (PDT)\r
+Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com\r
+       [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id DE913431FB6\r
+       for <notmuch@notmuchmail.org>; Wed, 17 Oct 2012 08:29:38 -0700 (PDT)\r
+Received: by mail-qc0-f181.google.com with SMTP id x40so6907021qcp.26\r
+       for <notmuch@notmuchmail.org>; Wed, 17 Oct 2012 08:29:37 -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:x-mailer;\r
+       bh=0M7SFaix2SJ77frjLw1zy1SaomtGWp/ga+1WFZvOhcI=;\r
+       b=od0KPKSioDxaV9ezmaC34xPosyT/jyS59bSNqhy3GJapw+HtoXY74VltH4KzUtxw8H\r
+       1MshGvazOFYnAX6GNkMDYOgplN5nGqmO7H0rMvG0d5NFqCFCdlGEvgfW5emvq5dtVKK6\r
+       AcVfrFs5qgZ40MG9b+ILETM3WTDCREo4h8arcJsaHVjUiFJmVHs+7j5817RtvKtL4f3H\r
+       q7E+T7UFz7TDXM8nW9d5Rc6bnG5ZAFCUO1APoqEJXj3ehQMO0HWN7xhwfW0hJ5t6u51Y\r
+       ZlSrCeBPPc3I368VzM3QbIBHzJZjyibU1rvodFNLZDDyF61Iw843hWa+q2gm9vgmcGu/\r
+       vxfA==\r
+Received: by 10.49.71.107 with SMTP id t11mr43989404qeu.13.1350487777070;\r
+       Wed, 17 Oct 2012 08:29:37 -0700 (PDT)\r
+Received: from ben-laptop.hasb.physics.cns (physicsnat56.physics.umass.edu.\r
+       [128.119.50.38])\r
+       by mx.google.com with ESMTPS id eq10sm13366039qab.0.2012.10.17.08.29.36\r
+       (version=SSLv3 cipher=OTHER); Wed, 17 Oct 2012 08:29:36 -0700 (PDT)\r
+From: Ben Gamari <bgamari.foss@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] notmuch compact support\r
+Date: Wed, 17 Oct 2012 11:28:54 -0400\r
+Message-Id: <1350487737-32058-1-git-send-email-bgamari.foss@gmail.com>\r
+X-Mailer: git-send-email 1.7.10.4\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 Oct 2012 15:29:39 -0000\r
+\r
+Here is a new spin of my patchset introduced in late August\r
+(id:"1345476704-17091-1-git-send-email-bgamari.foss@gmail.com") adding a\r
+compact command to libnotmuch and the command line frontend.\r
+\r
+I believe the concerns raised in August have been addressed, but correct me if\r
+I'm wrong.\r
+\r
+Cheers,\r
+\r
+- Ben\r
+\r
+\r