From: David Bremner Date: Sat, 4 Jun 2016 12:38:56 +0000 (+2100) Subject: [PATCH] fixup! lib: add built_with handling for XAPIAN_DB_RETRY_LOCK X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4e2c493e741444e83c140b1670e5acae1e655d9a;p=notmuch-archives.git [PATCH] fixup! lib: add built_with handling for XAPIAN_DB_RETRY_LOCK --- diff --git a/c5/06bdcfac10bc01f6061f71c071c5b3fbc3fdb5 b/c5/06bdcfac10bc01f6061f71c071c5b3fbc3fdb5 new file mode 100644 index 000000000..9c71e4a2f --- /dev/null +++ b/c5/06bdcfac10bc01f6061f71c071c5b3fbc3fdb5 @@ -0,0 +1,81 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id CD9316DE02C3 + for ; Sat, 4 Jun 2016 05:39:13 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.012 +X-Spam-Level: +X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5 + tests=[AWL=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id qFQ0C68sN4Jj for ; + Sat, 4 Jun 2016 05:39:06 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 1F5986DE02C2 + for ; Sat, 4 Jun 2016 05:39:06 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1b9Aqr-00057V-J0; Sat, 04 Jun 2016 08:38:53 -0400 +Received: (nullmailer pid 15698 invoked by uid 1000); + Sat, 04 Jun 2016 12:39:03 -0000 +From: David Bremner +To: David Bremner , Istvan Marko , + Jani Nikula , notmuch@notmuchmail.org +Subject: [PATCH] fixup! lib: add built_with handling for XAPIAN_DB_RETRY_LOCK +Date: Sat, 4 Jun 2016 09:38:56 -0300 +Message-Id: <1465043936-15657-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.8.1 +In-Reply-To: <1465043356-23420-5-git-send-email-david@tethera.net> +References: <1465043356-23420-5-git-send-email-david@tethera.net> +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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, 04 Jun 2016 12:39:13 -0000 + +--- + test/T030-config.sh | 1 + + test/T040-setup.sh | 3 ++- + 2 files changed, 3 insertions(+), 1 deletion(-) + +diff --git a/test/T030-config.sh b/test/T030-config.sh +index b8d5a86..0915abd 100755 +--- a/test/T030-config.sh ++++ b/test/T030-config.sh +@@ -59,6 +59,7 @@ foo.string=this is another string value + foo.list=this;is another;list value; + built_with.compact=something + built_with.field_processor=something ++built_with.retry_lock=something + EOF + test_expect_equal_file EXPECTED OUTPUT + +diff --git a/test/T040-setup.sh b/test/T040-setup.sh +index be2f0db..021f2d0 100755 +--- a/test/T040-setup.sh ++++ b/test/T040-setup.sh +@@ -31,6 +31,7 @@ search.exclude_tags=baz; + maildir.synchronize_flags=true + crypto.gpg_path=gpg + built_with.compact=something +-built_with.field_processor=something" ++built_with.field_processor=something ++built_with.retry_lock=something" + + test_done +-- +2.8.1 +