From: David Bremner Date: Tue, 11 Mar 2014 23:01:26 +0000 (+2100) Subject: v6 of boolean folder patches X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ff3b9a6a25cccd97f2844a3f889a29baeed6287;p=notmuch-archives.git v6 of boolean folder patches --- diff --git a/56/ec20ccf54d9b3b6a824bbbe99aaf5f829941d4 b/56/ec20ccf54d9b3b6a824bbbe99aaf5f829941d4 new file mode 100644 index 000000000..c5f26162f --- /dev/null +++ b/56/ec20ccf54d9b3b6a824bbbe99aaf5f829941d4 @@ -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 42876431FD0 + for ; Tue, 11 Mar 2014 16:01:56 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 3AQsLjziAx2F for ; + Tue, 11 Mar 2014 16:01:52 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 66A5A431FBF + for ; Tue, 11 Mar 2014 16:01:52 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) id 1WNVgD-0001u4-SU + for notmuch@notmuchmail.org; Tue, 11 Mar 2014 20:01:49 -0300 +Received: (nullmailer pid 25836 invoked by uid 1000); Tue, 11 Mar 2014 + 23:01:45 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: v6 of boolean folder patches +Date: Tue, 11 Mar 2014 20:01:26 -0300 +Message-Id: <1394578900-25618-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.8.5.3 +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: Tue, 11 Mar 2014 23:01:56 -0000 + +This supercedes the thread at + + id:aa121361c0ad354f2c6d45b776299a0ba59b6844.1394400503.git.jani@nikula.org + +Since the last (amended) series to the list, we + + renamed the database back to a generic name + regenerated the database + committed the right sha1 + fixed some existing bugs with T090 triggered by the corpus reorganization. + +At least Austin and Jani contributed pieces of this. + +Here's a diffstat + + test/T090-search-output.sh | 112 +++++++++++++------------- + test/T530-upgrade.sh | 26 +++--- + test/test-databases/Makefile.local | 2 +- + test/test-databases/database-v1.tar.xz.sha256 | 1 + + test/test-databases/folders-v1.tar.xz.sha256 | 1 - + test/test-lib.sh | 6 ++ + 6 files changed, 77 insertions(+), 71 deletions(-) + +