Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / 08 / 930e8ae091a7c523f011ef4d91fe8a676935d0
1 Return-Path: <jani@nikula.org>\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 7B39D431FBF\r
6         for <notmuch@notmuchmail.org>; Tue,  4 Mar 2014 08:52:05 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id DIRx3MNTfM6K for <notmuch@notmuchmail.org>;\r
16         Tue,  4 Mar 2014 08:52:01 -0800 (PST)\r
17 Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com\r
18  [74.125.83.52])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  DDDA4431FBD    for <notmuch@notmuchmail.org>; Tue,  4 Mar 2014 08:52:00 -0800\r
21  (PST)\r
22 Received: by mail-ee0-f52.google.com with SMTP id e49so1591844eek.11\r
23         for <notmuch@notmuchmail.org>; Tue, 04 Mar 2014 08:51:58 -0800 (PST)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=1e100.net; s=20130820;\r
26         h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to\r
27         :references;\r
28         bh=kWRy6qsZLDKu+nYEPfgkDipaqQGw1PC76zzJcRQD4AA=;\r
29         b=D0T0lC8te13SM1Re8iqwu6dcT/Ehx0W9e6XLwFPYCDj0PQ0ZhXiNrWldFn2YJjwYZ+\r
30         Vn+WahSSZiJvSD84feynTTwpkTA/zfTYVuKwjzRBtH4o5dhYHE77BxDgPHPeZFNEl1L+\r
31         BOzfIO9zmsjeLbHLlF/8xeq4ixs6VdCfbTdLuD/mhehQI0e65G6Xt2YZz2m8sO2ar6Y1\r
32         jurAAkxImKipasylOQZTehrSjPk3BzeWTPl3t31iJvYG0GID8lmNE07mTTpGXZxHtkud\r
33         hni10e+Yp03M7+199TJ3AUKUTU/vSobAvbGjYAz9cbbJXZbF4mV72WAuCgep+wezXYNQ\r
34         F6sQ==\r
35 X-Gm-Message-State:\r
36  ALoCoQmRXJmucBYjlDLjeWHu/T8R+PgGPiJHQDO3GW09O75C4vD8Y2rOYkanzEp3/6kl0J+x1q7f\r
37 X-Received: by 10.14.194.133 with SMTP id m5mr597479een.38.1393951917074;\r
38         Tue, 04 Mar 2014 08:51:57 -0800 (PST)\r
39 Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi.\r
40         [88.195.111.91])\r
41         by mx.google.com with ESMTPSA id u6sm65157994eep.11.2014.03.04.08.51.55\r
42         for <multiple recipients>\r
43         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
44         Tue, 04 Mar 2014 08:51:56 -0800 (PST)\r
45 From: Jani Nikula <jani@nikula.org>\r
46 To: notmuch@notmuchmail.org\r
47 Subject: [PATCH] cli: add missing \n in error message\r
48 Date: Tue,  4 Mar 2014 18:51:54 +0200\r
49 Message-Id: <1393951914-26742-1-git-send-email-jani@nikula.org>\r
50 X-Mailer: git-send-email 1.8.5.3\r
51 In-Reply-To: <m21tytu1tk.fsf@guru.guru-group.fi>\r
52 References: <m21tytu1tk.fsf@guru.guru-group.fi>\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Tue, 04 Mar 2014 16:52:05 -0000\r
66 \r
67 The error messages returned by illegal_tag() don't contain newlines.\r
68 ---\r
69  tag-util.c | 2 +-\r
70  1 file changed, 1 insertion(+), 1 deletion(-)\r
71 \r
72 diff --git a/tag-util.c b/tag-util.c\r
73 index e2d5b795acc3..343c161f471a 100644\r
74 --- a/tag-util.c\r
75 +++ b/tag-util.c\r
76 @@ -172,7 +172,7 @@ parse_tag_command_line (void *ctx, int argc, char **argv,\r
77  \r
78         msg = illegal_tag (argv[i] + 1, is_remove);\r
79         if (msg) {\r
80 -           fprintf (stderr, "Error: %s", msg);\r
81 +           fprintf (stderr, "Error: %s\n", msg);\r
82             return TAG_PARSE_INVALID;\r
83         }\r
84  \r
85 -- \r
86 1.8.5.3\r
87 \r