From a82b41ab67b6bf203fb4ac27ff4447f0215b7dc9 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sat, 24 Aug 2013 22:55:20 +2000 Subject: [PATCH] --- 1f/4161fcad53b56d9c60e8e2b1bce6bf61d28c4f | 72 +++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 1f/4161fcad53b56d9c60e8e2b1bce6bf61d28c4f diff --git a/1f/4161fcad53b56d9c60e8e2b1bce6bf61d28c4f b/1f/4161fcad53b56d9c60e8e2b1bce6bf61d28c4f new file mode 100644 index 000000000..bcea21708 --- /dev/null +++ b/1f/4161fcad53b56d9c60e8e2b1bce6bf61d28c4f @@ -0,0 +1,72 @@ +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 4559F431FDD + for ; Fri, 23 Aug 2013 19:55:35 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +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 LSRkp8HjuGQk for ; + Fri, 23 Aug 2013 19:55:29 -0700 (PDT) +Received: from mail-qa0-f53.google.com (mail-qa0-f53.google.com + [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 14F75431FBF + for ; Fri, 23 Aug 2013 19:55:29 -0700 (PDT) +Received: by mail-qa0-f53.google.com with SMTP id hu14so712966qab.19 + for ; Fri, 23 Aug 2013 19:55:28 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:date:message-id; + bh=K9oCOYYKkeKSmkfK7xf4ZVbfGLr8I9sC6tqcSh8ChnU=; + b=ebcb6QdsGRb+2Ez5kcokEJREqPbjkDKnjCNXLEFGSn3vdnU6a3YhgT58TNBTVR7F94 + wnxigFgZnku7WZDbUYg6DUB7B9mtDxJ0Wj6WNCW+5FteMGnOpyn9M2WQLtl9/p/FswIM + C5VXtNwrxbX8jdPqZnpkimkIZUR9ttW0tI4NMi5JsaDIkkboYOGLOQSSYpivwr5nize4 + PIlupRpmXaK9gKtLzgDpAMmMq+rRQoLvWKSUNXBgSH9bDOXrw1eY9qs7IXpxRB37g2Pk + tn+QA+9bfiTsVBiybk2ZexjZ/svszSO1+5OiRbYuaD1/Qo8WAQOWChrEnSzRL9OnZdWS + dgsg== +X-Received: by 10.224.19.133 with SMTP id a5mr2390839qab.54.1377312928512; + Fri, 23 Aug 2013 19:55:28 -0700 (PDT) +Received: from localhost.localdomain + (pool-108-8-228-201.spfdma.east.verizon.net. [108.8.228.201]) + by mx.google.com with ESMTPSA id a2sm4350757qek.7.1969.12.31.16.00.00 + (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); + Fri, 23 Aug 2013 19:55:27 -0700 (PDT) +From: Ben Gamari +To: notmuch@notmuchmail.org +Subject: +Date: Fri, 23 Aug 2013 22:55:20 -0400 +Message-Id: <1377312923-32274-1-git-send-email-bgamari.foss@gmail.com> +X-Mailer: git-send-email 1.8.1.2 +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: Sat, 24 Aug 2013 02:55:35 -0000 + +From: Ben Gamari +Subject: [PATCH] notmuch compact support (v3) +In-Reply-To: + +Here is the latest (and hopefully last) iteration of my patchset introducing a +compact command. The set has been rebased on top of master, a manpage has been +added, and error handling has been greatly improved. + +Cheers, + +- Ben + -- 2.26.2