Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id E80E06DE1A5E for ; Fri, 1 Jan 2016 22:09:58 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: 0.041 X-Spam-Level: X-Spam-Status: No, score=0.041 tagged_above=-999 required=5 tests=[AWL=0.042, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 85KmOPuTWmua for ; Fri, 1 Jan 2016 22:09:56 -0800 (PST) Received: from resqmta-po-12v.sys.comcast.net (resqmta-po-12v.sys.comcast.net [96.114.154.171]) by arlo.cworth.org (Postfix) with ESMTPS id 6A04C6DE19E9 for ; Fri, 1 Jan 2016 22:09:48 -0800 (PST) Received: from resomta-po-03v.sys.comcast.net ([96.114.154.227]) by resqmta-po-12v.sys.comcast.net with comcast id 0u9j1s0014ueUHc01u9mGi; Sat, 02 Jan 2016 06:09:46 +0000 Received: from mail.tremily.us ([73.221.72.168]) by resomta-po-03v.sys.comcast.net with comcast id 0u7j1s00F3dr3C901u7kCE; Sat, 02 Jan 2016 06:07:45 +0000 Received: from ullr.tremily.us (unknown [192.168.10.7]) by mail.tremily.us (Postfix) with ESMTPS id 7316E1B2F573; Fri, 1 Jan 2016 22:07:43 -0800 (PST) Received: (nullmailer pid 15111 invoked by uid 1000); Sat, 02 Jan 2016 06:07:51 -0000 From: "W. Trevor King" To: notmuch@notmuchmail.org Cc: David Bremner , Tomi Ollila , Jani Nikula , Carl Worth , "W. Trevor King" Subject: [PATCH v2 1/4] NEWS: Remove trailing comma from an old nmbug-status config Date: Fri, 1 Jan 2016 22:07:40 -0800 Message-Id: <2573a5871d333e9e7b432bb35adcd1cdfff8d69f.1451683912.git.wking@tremily.us> X-Mailer: git-send-email 2.1.0.60.g85f0837 In-Reply-To: References: In-Reply-To: References: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1451714986; bh=fNua56ZhDK3fVW1Qr2EJzjRJgcscFqBHqg+FxMJdgyU=; h=Received:Received:Received:Received:From:To:Subject:Date: Message-Id; b=WLX2J00pI3pSUqfXi1lABFasQv+ndbVxKw4pJQN9cjA6kEPWoerO9ZbUDoqqXfx2J GpU6jbCkzAzFYsWkeWQXapNnsVJn02DLpkt/vjIQe52VbfrBD8OSe8Qlg6oIKKk+Kz nr9XMV487twDy0DihJ48n1PMz2QeOtcV1sTkuH9QgWe6AMrBOXAJP3OBaLFBbnH2zL J9bui8jlaqpl2TjLPQvxHhxDnCfdTSPt9rlC63vsni1j5O89d8LbCJnUOKMcj9hEJV rbGQBPjM5i7Scbw/RIQ5DTJSMK68uqtGbVtjddxjJSx6LrUy63aUmZtxniiVFsvw45 SLXMoQTWy4LIQ== X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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, 02 Jan 2016 06:09:59 -0000 That closing brace is the end of the config JSON; there won't be anything coming after it. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6681699..0a7a0e0 100644 --- a/NEWS +++ b/NEWS @@ -409,7 +409,7 @@ from the config file. Use something like: ... }, ... - }, + } Python Bindings --------------- -- 2.1.0.60.g85f0837