database error
[notmuch-archives.git] / 6c / 518f8d21dbf7cacc08d2188db8d04951d56a5d
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 CB1B8431FD6\r
6         for <notmuch@notmuchmail.org>; Sun, 27 May 2012 01:23:01 -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 RJ8rTpajlKc1 for <notmuch@notmuchmail.org>;\r
18         Sun, 27 May 2012 01:23:01 -0700 (PDT)\r
19 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
20         [74.125.82.181]) (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 7D5C8431E84\r
23         for <notmuch@notmuchmail.org>; Sun, 27 May 2012 01:22:48 -0700 (PDT)\r
24 Received: by mail-we0-f181.google.com with SMTP id j55so1718268wer.26\r
25         for <notmuch@notmuchmail.org>; Sun, 27 May 2012 01:22:48 -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=gOLPSz7s6jsDzDkKrpYdTa5aozcfo/siCJAU1KwAXkA=;\r
29         b=J0F7/tyfJASiO+tTH2drAdR2d7InJq3/jyWC6Nf3OcQk86Td7+3qiHqdGXdbWtUOiW\r
30         N1VuNIp5QjiNLsLAUP/4wtDJCCv5dgL3U2cXaVDYm41mtMZfj01ZAOrt1m26O29NPiZi\r
31         KVK2SMRQfUBftPqZ0SWYOAPjXnR/ueqFNd+3453xoaFP77VRWfDF4K1LOdHoaGkR1UT3\r
32         XmGiec/iRp33nTXMepoRifK8RmUeASx1TOh+/ZqpdULtiBNClImsKJaPrS59boC2O0q4\r
33         LHWLIWvot72+NV+Ph+K76wz8F1UDzD+0H/BR3Rse0k8gb2EMshpQg2pRE3D140//Omcn\r
34         G2IA==\r
35 Received: by 10.180.8.69 with SMTP id p5mr7657090wia.17.1338106968196;\r
36         Sun, 27 May 2012 01:22:48 -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  d10sm18177367wiy.3.2012.05.27.01.22.46 (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Sun, 27 May 2012 01:22:47 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v6 6/6] cli: notmuch-show.c fix whitespace error\r
44 Date: Sun, 27 May 2012 09:22:26 +0100\r
45 Message-Id: <1338106946-7611-7-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1338106946-7611-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1338106946-7611-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: Sun, 27 May 2012 08:23:02 -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 4e2965e..e19ffda 100644\r
71 --- a/notmuch-show.c\r
72 +++ b/notmuch-show.c\r
73 @@ -1015,10 +1015,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