[notmuch] [PATCH] add missing comma in debugging code
authorDavid Bremner <bremner@unb.ca>
Thu, 26 Nov 2009 15:32:35 +0000 (11:32 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:43 +0000 (09:35 -0800)
6f/2ea695127530b1852d5d82edce3dc46e3de8bd [new file with mode: 0644]

diff --git a/6f/2ea695127530b1852d5d82edce3dc46e3de8bd b/6f/2ea695127530b1852d5d82edce3dc46e3de8bd
new file mode 100644 (file)
index 0000000..27a823e
--- /dev/null
@@ -0,0 +1,63 @@
+Return-Path: <bremner@pivot.cs.unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 2750E431FBC\r
+       for <notmuch@notmuchmail.org>; Thu, 26 Nov 2009 07:33:00 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id SCCxhQg2vG5y for <notmuch@notmuchmail.org>;\r
+       Thu, 26 Nov 2009 07:32:59 -0800 (PST)\r
+Received: from mout.perfora.net (mout.perfora.net [74.208.4.194])\r
+       by olra.theworths.org (Postfix) with ESMTP id 8029F431FAE\r
+       for <notmuch@notmuchmail.org>; Thu, 26 Nov 2009 07:32:59 -0800 (PST)\r
+Received: from convex-new.cs.unb.ca (convex-new.cs.unb.ca [131.202.245.35])\r
+       by mx.perfora.net (node=mxus1) with ESMTP (Nemesis)\r
+       id 0Lptd9-1Npk3J3awJ-00figi for notmuch@notmuchmail.org;\r
+       Thu, 26 Nov 2009 10:32:59 -0500\r
+Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.69)\r
+       (envelope-from <bremner@pivot.cs.unb.ca>)\r
+       id 1NDgL3-0008W4-Fu; Thu, 26 Nov 2009 11:32:57 -0400\r
+From: David Bremner <bremner@unb.ca>\r
+To: notmuch@notmuchmail.org\r
+Date: Thu, 26 Nov 2009 11:32:35 -0400\r
+Message-Id: <1259249555-32701-1-git-send-email-bremner@unb.ca>\r
+X-Mailer: git-send-email 1.6.5.3\r
+X-Mailman-Approved-At: Thu, 26 Nov 2009 10:22:36 -0800\r
+Cc: David Bremner <bremner@unb.ca>\r
+Subject: [notmuch] [PATCH] add missing comma in debugging code\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 26 Nov 2009 15:33:00 -0000\r
+\r
+---\r
+ lib/message.cc |    2 +-\r
+ 1 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/lib/message.cc b/lib/message.cc\r
+index 1e325e2..832a1b9 100644\r
+--- a/lib/message.cc\r
++++ b/lib/message.cc\r
+@@ -318,7 +318,7 @@ _notmuch_message_get_in_reply_to (notmuch_message_t *message)\r
+     if (i != message->doc.termlist_end () &&\r
+       strncmp ((*i).c_str (), prefix, prefix_len))\r
+     {\r
+-      INTERNAL_ERROR ("Message %s has duplicate In-Reply-To IDs: %s and %s\n"\r
++       INTERNAL_ERROR ("Message %s has duplicate In-Reply-To IDs: %s and %s\n",\r
+                       notmuch_message_get_message_id (message),\r
+                       message->in_reply_to,\r
+                       (*i).c_str () + prefix_len);\r
+-- \r
+1.6.5.3\r
+\r