Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / c5 / 06bdcfac10bc01f6061f71c071c5b3fbc3fdb5
1 Return-Path: <bremner@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id CD9316DE02C3\r
6  for <notmuch@notmuchmail.org>; Sat,  4 Jun 2016 05:39:13 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.012\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5\r
12  tests=[AWL=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
13  autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id qFQ0C68sN4Jj for <notmuch@notmuchmail.org>;\r
17  Sat,  4 Jun 2016 05:39:06 -0700 (PDT)\r
18 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 1F5986DE02C2\r
20  for <notmuch@notmuchmail.org>; Sat,  4 Jun 2016 05:39:06 -0700 (PDT)\r
21 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
22  (envelope-from <bremner@tethera.net>)\r
23  id 1b9Aqr-00057V-J0; Sat, 04 Jun 2016 08:38:53 -0400\r
24 Received: (nullmailer pid 15698 invoked by uid 1000);\r
25  Sat, 04 Jun 2016 12:39:03 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: David Bremner <david@tethera.net>, Istvan Marko <notmuch@kismala.com>,\r
28  Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
29 Subject: [PATCH] fixup! lib: add built_with handling for XAPIAN_DB_RETRY_LOCK\r
30 Date: Sat,  4 Jun 2016 09:38:56 -0300\r
31 Message-Id: <1465043936-15657-1-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.8.1\r
33 In-Reply-To: <1465043356-23420-5-git-send-email-david@tethera.net>\r
34 References: <1465043356-23420-5-git-send-email-david@tethera.net>\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.20\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39  <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
41  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
46  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Sat, 04 Jun 2016 12:39:13 -0000\r
48 \r
49 ---\r
50  test/T030-config.sh | 1 +\r
51  test/T040-setup.sh  | 3 ++-\r
52  2 files changed, 3 insertions(+), 1 deletion(-)\r
53 \r
54 diff --git a/test/T030-config.sh b/test/T030-config.sh\r
55 index b8d5a86..0915abd 100755\r
56 --- a/test/T030-config.sh\r
57 +++ b/test/T030-config.sh\r
58 @@ -59,6 +59,7 @@ foo.string=this is another string value\r
59  foo.list=this;is another;list value;\r
60  built_with.compact=something\r
61  built_with.field_processor=something\r
62 +built_with.retry_lock=something\r
63  EOF\r
64  test_expect_equal_file EXPECTED OUTPUT\r
65  \r
66 diff --git a/test/T040-setup.sh b/test/T040-setup.sh\r
67 index be2f0db..021f2d0 100755\r
68 --- a/test/T040-setup.sh\r
69 +++ b/test/T040-setup.sh\r
70 @@ -31,6 +31,7 @@ search.exclude_tags=baz;\r
71  maildir.synchronize_flags=true\r
72  crypto.gpg_path=gpg\r
73  built_with.compact=something\r
74 -built_with.field_processor=something"\r
75 +built_with.field_processor=something\r
76 +built_with.retry_lock=something"\r
77  \r
78  test_done\r
79 -- \r
80 2.8.1\r
81 \r