Re: [PATCH v4 09/16] index encrypted parts when asked.
[notmuch-archives.git] / b3 / 25c09beb73a0293b18616983b0541aa16ad9de
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 6DDB96DE02C3\r
6  for <notmuch@notmuchmail.org>; Sat,  4 Jun 2016 05:37:42 -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 oH5r876GZJd7 for <notmuch@notmuchmail.org>;\r
17  Sat,  4 Jun 2016 05:37:34 -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 A2A2F6DE02C2\r
20  for <notmuch@notmuchmail.org>; Sat,  4 Jun 2016 05:37:34 -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 1b9ApN-00056b-Ml; Sat, 04 Jun 2016 08:37:21 -0400\r
24 Received: (nullmailer pid 15548 invoked by uid 1000);\r
25  Sat, 04 Jun 2016 12:37:31 -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! test: factor out some boilerplate from C tests\r
30 Date: Sat,  4 Jun 2016 09:37:26 -0300\r
31 Message-Id: <1465043846-15506-1-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.8.1\r
33 In-Reply-To: <1465043356-23420-3-git-send-email-david@tethera.net>\r
34 References: <1465043356-23420-3-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:37:42 -0000\r
48 \r
49 ---\r
50  test/notmuch-test.h | 3 ++-\r
51  1 file changed, 2 insertions(+), 1 deletion(-)\r
52 \r
53 diff --git a/test/notmuch-test.h b/test/notmuch-test.h\r
54 index e6e1d6c..d39febb 100644\r
55 --- a/test/notmuch-test.h\r
56 +++ b/test/notmuch-test.h\r
57 @@ -3,7 +3,8 @@\r
58  #include <stdio.h>\r
59  #include <notmuch.h>\r
60  \r
61 -void expect0(int line, notmuch_status_t ret)\r
62 +inline static void\r
63 +expect0(int line, notmuch_status_t ret)\r
64  {\r
65     if (ret) {\r
66         fprintf (stderr, "line %d: %s\n", line, ret);\r
67 -- \r
68 2.8.1\r
69 \r