[Patch v9 09/17] test/tagging: add test for error messages of tag --batch
[notmuch-archives.git] / 2d / 5f1b94736ad6517c05b4c48d7df321e0c4772d
1 Return-Path: <markwalters1009@gmail.com>\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 olra.theworths.org (Postfix) with ESMTP id D7F36431FCF\r
6         for <notmuch@notmuchmail.org>; Sat, 16 Jun 2012 03:22:16 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id efQWwNMM3L9O for <notmuch@notmuchmail.org>;\r
18         Sat, 16 Jun 2012 03:22:16 -0700 (PDT)\r
19 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com\r
20         [209.85.212.173]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 03FAF431FAE\r
23         for <notmuch@notmuchmail.org>; Sat, 16 Jun 2012 03:22:15 -0700 (PDT)\r
24 Received: by wibhj6 with SMTP id hj6so238279wib.2\r
25         for <notmuch@notmuchmail.org>; Sat, 16 Jun 2012 03:22:14 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
28         bh=3CC38hl/k958ZIOU3Uhxki/Z1NvBX0Wkj7DcXbMZw8o=;\r
29         b=HED1RGQVjyf8zbl5utndAMpx784ntFpKF6u+iQiIwxjUcUXvZfx5EItxFfBeDNSRyd\r
30         Z1GeAaFf16QFWEGAUzU4xmjNCIRcHNj2N0TLQ6LQxNhqudbbkHq01zW1soXYjqdf+bid\r
31         FuDb7m9bPpAYLfOafiJw6s5eTtjjsrixCTubRnnqtokCLjFl8bKeD2uc1SRvVZ0iYZyY\r
32         7Gjf4zWnq9zx2tbtsKwbfzDMIUHT0eK+v6O6ft3Qb402r+GI/X6zL/d+XR+Upskdsdlt\r
33         gJMBZTees9tVcWDT7y5K5tkwUkWB80VCeeGl5++uSwjU5QFaPaEZIACO8zYETePum4Zm\r
34         CUUQ==\r
35 Received: by 10.180.107.70 with SMTP id ha6mr10609131wib.10.1339842134601;\r
36         Sat, 16 Jun 2012 03:22:14 -0700 (PDT)\r
37 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
38  [94.192.233.223])      by mx.google.com with ESMTPS id\r
39  k8sm16585615wia.6.2012.06.16.03.22.13  (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Sat, 16 Jun 2012 03:22:13 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [Patch v8 6/6] cli: notmuch-show.c fix whitespace error\r
44 Date: Sat, 16 Jun 2012 11:21:47 +0100\r
45 Message-Id: <1339842107-10632-7-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1339842107-10632-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1339842107-10632-1-git-send-email-markwalters1009@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sat, 16 Jun 2012 10:22:17 -0000\r
62 \r
63 Fix an existing whitespace error since it is right next to\r
64 the changes of this series.\r
65 ---\r
66  notmuch-show.c |    8 ++++----\r
67  1 files changed, 4 insertions(+), 4 deletions(-)\r
68 \r
69 diff --git a/notmuch-show.c b/notmuch-show.c\r
70 index e6eb625..8f3c60e 100644\r
71 --- a/notmuch-show.c\r
72 +++ b/notmuch-show.c\r
73 @@ -1020,10 +1020,10 @@ notmuch_show_command (void *ctx, unused (int argc), unused (char *argv[]))\r
74                                   { "mbox", NOTMUCH_FORMAT_MBOX },\r
75                                   { "raw", NOTMUCH_FORMAT_RAW },\r
76                                   { 0, 0 } } },\r
77 -        { NOTMUCH_OPT_KEYWORD, &exclude, "exclude", 'x',\r
78 -          (notmuch_keyword_t []){ { "true", EXCLUDE_TRUE },\r
79 -                                  { "false", EXCLUDE_FALSE },\r
80 -                                  { 0, 0 } } },\r
81 +       { NOTMUCH_OPT_KEYWORD, &exclude, "exclude", 'x',\r
82 +         (notmuch_keyword_t []){ { "true", EXCLUDE_TRUE },\r
83 +                                 { "false", EXCLUDE_FALSE },\r
84 +                                 { 0, 0 } } },\r
85         { NOTMUCH_OPT_KEYWORD, &entire_thread, "entire-thread", 't',\r
86           (notmuch_keyword_t []){ { "true", ENTIRE_THREAD_TRUE },\r
87                                   { "false", ENTIRE_THREAD_FALSE },\r
88 -- \r
89 1.7.9.1\r
90 \r