From: Ben Gamari Date: Wed, 20 Nov 2013 14:05:06 +0000 (+1900) Subject: Re: [PATCH] notmuch compact support (v4) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=587d8376cef23d1b31a68eae56240106c65dabd7;p=notmuch-archives.git Re: [PATCH] notmuch compact support (v4) --- diff --git a/c6/b7b7c87b485ab63df341bd8488ed593dfa3f8a b/c6/b7b7c87b485ab63df341bd8488ed593dfa3f8a new file mode 100644 index 000000000..3fd521fce --- /dev/null +++ b/c6/b7b7c87b485ab63df341bd8488ed593dfa3f8a @@ -0,0 +1,70 @@ +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 75731431FBF + for ; Wed, 20 Nov 2013 06:05:22 -0800 (PST) +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 Fq+F9C531Lvt for ; + Wed, 20 Nov 2013 06:05:16 -0800 (PST) +Received: from mail-qc0-f176.google.com (mail-qc0-f176.google.com + [209.85.216.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E1E68431FB6 + for ; Wed, 20 Nov 2013 06:05:15 -0800 (PST) +Received: by mail-qc0-f176.google.com with SMTP id n9so162202qcw.35 + for ; Wed, 20 Nov 2013 06:05:14 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:date:message-id:in-reply-to:references; + bh=xPGoK+zAVA1+ZSiMORnQacqcvbX8LAczeDwL5lHYDPY=; + b=zycUkWFkqYJkkOB3Ftn3QjI+zPy+xUsYFHI69+t7EyEVpDM7wxsdWTHl6llLTg96jO + ciftemgwpiDyKjUQdqytSelDd1LONgZVWV/HoVFUfOjfYLvZM17MQ48p7lzXiYojzun6 + 2KVEbW13HTOZ/+CfSC8ogvrp/DqTcoAkCpGQbXkoac+IqfIYHI/Xeop2x4lYO8mdxKrS + jRYT7PLYfklXkIcpCPafRRua8uYoOkti+IdtYC85n18+aV49eIB6Go0G93gh3M9QjV7H + im6sdd4LDCXvRIQYdRH4LXtj2lNjaBKY1dipxI0V5sHHpECmmRRmMipwRTajCx8YcQ5F + 8OxA== +X-Received: by 10.224.69.132 with SMTP id z4mr1659732qai.78.1384956314333; + Wed, 20 Nov 2013 06:05:14 -0800 (PST) +Received: from localhost.localdomain + (pool-108-8-240-148.spfdma.east.verizon.net. [108.8.240.148]) + by mx.google.com with ESMTPSA id jw9sm57826084qeb.2.2013.11.20.06.05.13 + for + (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); + Wed, 20 Nov 2013 06:05:13 -0800 (PST) +From: Ben Gamari +To: notmuch@notmuchmail.org +Subject: Re: [PATCH] notmuch compact support (v4) +Date: Wed, 20 Nov 2013 09:05:06 -0500 +Message-Id: <1384956307-25566-1-git-send-email-bgamari.foss@gmail.com> +X-Mailer: git-send-email 1.8.3.2 +In-Reply-To: +References: +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: Wed, 20 Nov 2013 14:05:22 -0000 + +Does this look sufficient? + +Thanks, + +- Ben + +