From edbf7c8ee2eb69b5595fde77d1e19448f1e02a6d Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 11 Oct 2013 08:01:13 +2000 Subject: [PATCH] Re: [PATCH] notmuch compact support (v4) --- 4a/665bf81e1cd783fcd7080122752bdcb8ba3368 | 109 ++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 4a/665bf81e1cd783fcd7080122752bdcb8ba3368 diff --git a/4a/665bf81e1cd783fcd7080122752bdcb8ba3368 b/4a/665bf81e1cd783fcd7080122752bdcb8ba3368 new file mode 100644 index 000000000..8878e02ad --- /dev/null +++ b/4a/665bf81e1cd783fcd7080122752bdcb8ba3368 @@ -0,0 +1,109 @@ +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 BAE21431FAF + for ; Thu, 10 Oct 2013 05:01:22 -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 jxM50cFfeHXf for ; + Thu, 10 Oct 2013 05:01:18 -0700 (PDT) +Received: from mail-qc0-f178.google.com (mail-qc0-f178.google.com + [209.85.216.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E313E431FAE + for ; Thu, 10 Oct 2013 05:01:17 -0700 (PDT) +Received: by mail-qc0-f178.google.com with SMTP id r5so1639326qcx.23 + for ; Thu, 10 Oct 2013 05:01:16 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:in-reply-to:references:user-agent:date:message-id + :mime-version:content-type; + bh=dA9xSFd97zCQgj7+ok9+LdA1dzCWOAKonZiAX2S6XPw=; + b=e3Vip/UVdKKyas7DmcXwzshjQBBA+n43MHYPdFsRbuNE4TUv/M3L6/iTrZFNbsgxGF + VE7tL/Bfzvpt0vSygBoRe3n0fT9MpF1F54ixanhkumGMdW/eq8eusJ9EYFccEdqZGveE + HVk9TgPb4bkf/t420XBHUe0NLNmv5hnvFsmKljZGH+DNH283XoPsHos6P6ivCR6pEcah + sk8SIHyg3bx9uqKJmEOyrEbE0NpR4gBmnkNrvty9j9PTOL/FqzyPXkPJ1cjQ9yio7w5O + /Za4oJ8YCQh5zTVI8aueI4cRzZG8/3rPn00hKNT8MhN9eYE+HIqsJHR7nYo0jjQ6x6Ev + YFyQ== +X-Received: by 10.49.98.100 with SMTP id eh4mr2342238qeb.42.1381406475718; + Thu, 10 Oct 2013 05:01:15 -0700 (PDT) +Received: from localhost (pool-108-8-224-250.spfdma.east.verizon.net. + [108.8.224.250]) + by mx.google.com with ESMTPSA id x1sm97606356qai.6.1969.12.31.16.00.00 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Thu, 10 Oct 2013 05:01:15 -0700 (PDT) +From: Ben Gamari +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: [PATCH] notmuch compact support (v4) +In-Reply-To: <8738o9whku.fsf@zancas.localnet> +References: <1380745848-4972-1-git-send-email-bgamari.foss@gmail.com> + <8738o9whku.fsf@zancas.localnet> +User-Agent: Notmuch/0.16+107~g1ef2773 (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Thu, 10 Oct 2013 08:01:13 -0400 +Message-ID: <87r4btfi7q.fsf@gmail.com> +MIME-Version: 1.0 +Content-Type: multipart/signed; boundary="=-=-="; + micalg=pgp-sha1; protocol="application/pgp-signature" +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: Thu, 10 Oct 2013 12:01:22 -0000 + +--=-=-= +Content-Type: text/plain +Content-Transfer-Encoding: quoted-printable + +David Bremner writes: + +> Ben Gamari writes: +> +>> Here is yet another iteration of my "notmuch compact" patchset. It has b= +een +>> rebased on top of master and the interface reworked as suggested by Jani. +>> +> +> Sorry, first version of this reply didn't go to the list. +> +> I haven't had time to do a review, but I did try them out, and they +> seemed not to eat my database. +> +> What about a test for the test suite?=20 +> +I'll implement something along these lines and send a patch shortly. + +Cheers, + +=2D Ben + +--=-=-= +Content-Type: application/pgp-signature + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (GNU/Linux) + +iQEcBAEBAgAGBQJSVpcJAAoJEErkyLZmeNiD4DsIAJnJCVnYjmsvf0AS9iBn/G8f +K+v68wwWQNgnouPbqazpN3ODUzO/vuud8AQQJPLNNiyJuVcQMalV3pNIBdCM3bP6 +8pOrhKTJs8b9NJFrrAMr/iyFsAVJRoKlTdZmsdch6PvZAVe3IGmjJQgkQC2mnpG6 +z3LH5bQ/7yaWK9Hf0XhVv9iXzwel5fAx6Fka4wdEAd+claZScs7/OHXDAwaBAaSR +0axASlDYT8BIr8kJLGUDB+qfvLKot/q1zc0QGfiurFCbhwkgFU2iVxQuVQhvQauZ +KQZEhT2OZEzXrb05ZYos9NE97jKcuQu/Gbc8YlqVwTSvsMZFde5rQc4RA5jL0rs= +=Ia0P +-----END PGP SIGNATURE----- +--=-=-=-- -- 2.26.2