Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 8819A431FC0; Fri, 27 Nov 2009 19:52:57 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sz85kbPB9xk0; Fri, 27 Nov 2009 19:52:56 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id A8EAC431FAE; Fri, 27 Nov 2009 19:52:56 -0800 (PST) From: Carl Worth To: David Bremner , notmuch@notmuchmail.org In-Reply-To: <1259249555-32701-1-git-send-email-bremner@unb.ca> References: <1259249555-32701-1-git-send-email-bremner@unb.ca> Date: Fri, 27 Nov 2009 19:52:42 -0800 Message-ID: <87r5rjjofp.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Bremner Subject: Re: [notmuch] [PATCH] add missing comma in debugging code X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 03:52:57 -0000 On Thu, 26 Nov 2009 11:32:35 -0400, David Bremner wrote: > - INTERNAL_ERROR ("Message %s has duplicate In-Reply-To IDs: %s and %s\n" > + INTERNAL_ERROR ("Message %s has duplicate In-Reply-To IDs: %s and %s\n", Thanks. This is pushed. -Carl