Re: [PATCH] test: Make gen-threads work with python3
[notmuch-archives.git] / 6f / 2ea695127530b1852d5d82edce3dc46e3de8bd
1 Return-Path: <bremner@pivot.cs.unb.ca>\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 2750E431FBC\r
6         for <notmuch@notmuchmail.org>; Thu, 26 Nov 2009 07:33:00 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id SCCxhQg2vG5y for <notmuch@notmuchmail.org>;\r
11         Thu, 26 Nov 2009 07:32:59 -0800 (PST)\r
12 Received: from mout.perfora.net (mout.perfora.net [74.208.4.194])\r
13         by olra.theworths.org (Postfix) with ESMTP id 8029F431FAE\r
14         for <notmuch@notmuchmail.org>; Thu, 26 Nov 2009 07:32:59 -0800 (PST)\r
15 Received: from convex-new.cs.unb.ca (convex-new.cs.unb.ca [131.202.245.35])\r
16         by mx.perfora.net (node=mxus1) with ESMTP (Nemesis)\r
17         id 0Lptd9-1Npk3J3awJ-00figi for notmuch@notmuchmail.org;\r
18         Thu, 26 Nov 2009 10:32:59 -0500\r
19 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.69)\r
20         (envelope-from <bremner@pivot.cs.unb.ca>)\r
21         id 1NDgL3-0008W4-Fu; Thu, 26 Nov 2009 11:32:57 -0400\r
22 From: David Bremner <bremner@unb.ca>\r
23 To: notmuch@notmuchmail.org\r
24 Date: Thu, 26 Nov 2009 11:32:35 -0400\r
25 Message-Id: <1259249555-32701-1-git-send-email-bremner@unb.ca>\r
26 X-Mailer: git-send-email 1.6.5.3\r
27 X-Mailman-Approved-At: Thu, 26 Nov 2009 10:22:36 -0800\r
28 Cc: David Bremner <bremner@unb.ca>\r
29 Subject: [notmuch] [PATCH] add missing comma in debugging code\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.12\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Thu, 26 Nov 2009 15:33:00 -0000\r
43 \r
44 ---\r
45  lib/message.cc |    2 +-\r
46  1 files changed, 1 insertions(+), 1 deletions(-)\r
47 \r
48 diff --git a/lib/message.cc b/lib/message.cc\r
49 index 1e325e2..832a1b9 100644\r
50 --- a/lib/message.cc\r
51 +++ b/lib/message.cc\r
52 @@ -318,7 +318,7 @@ _notmuch_message_get_in_reply_to (notmuch_message_t *message)\r
53      if (i != message->doc.termlist_end () &&\r
54         strncmp ((*i).c_str (), prefix, prefix_len))\r
55      {\r
56 -       INTERNAL_ERROR ("Message %s has duplicate In-Reply-To IDs: %s and %s\n"\r
57 +       INTERNAL_ERROR ("Message %s has duplicate In-Reply-To IDs: %s and %s\n",\r
58                         notmuch_message_get_message_id (message),\r
59                         message->in_reply_to,\r
60                         (*i).c_str () + prefix_len);\r
61 -- \r
62 1.6.5.3\r
63 \r