From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 90CEE6DE100D for ; Thu, 7 Jan 2016 05:27:53 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.311 X-Spam-Level: X-Spam-Status: No, score=-0.311 tagged_above=-999 required=5 tests=[AWL=0.240, RP_MATCHES_RCVD=-0.55, 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 T2vH078edC5E for ; Thu, 7 Jan 2016 05:27:52 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id D240B6DE0FB6 for ; Thu, 7 Jan 2016 05:27:51 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84) (envelope-from ) id 1aHAbP-0004JM-1q; Thu, 07 Jan 2016 08:27:43 -0500 Received: (nullmailer pid 16077 invoked by uid 1000); Thu, 07 Jan 2016 13:27:49 -0000 From: David Bremner To: "W. Trevor King" , notmuch@notmuchmail.org Subject: Re: [PATCH v2 1/4] NEWS: Remove trailing comma from an old nmbug-status config In-Reply-To: <2573a5871d333e9e7b432bb35adcd1cdfff8d69f.1451683912.git.wking@tremily.us> References: <2573a5871d333e9e7b432bb35adcd1cdfff8d69f.1451683912.git.wking@tremily.us> User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Thu, 07 Jan 2016 09:27:49 -0400 Message-ID: <87egdt8qp6.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain 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: Thu, 07 Jan 2016 13:27:53 -0000 "W. Trevor King" writes: > 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: > ... > }, > ... > - }, > + } > Pushed this patch. d