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 B8EA86DE02AC for ; Thu, 24 Mar 2016 03:53:40 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.027 X-Spam-Level: X-Spam-Status: No, score=-0.027 tagged_above=-999 required=5 tests=[AWL=-0.016, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 PaRTqxITJ45S for ; Thu, 24 Mar 2016 03:53:32 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id E5B0E6DE02A6 for ; Thu, 24 Mar 2016 03:53:21 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84) (envelope-from ) id 1aj2tp-0003xj-2l; Thu, 24 Mar 2016 06:53:57 -0400 Received: (nullmailer pid 25182 invoked by uid 1000); Thu, 24 Mar 2016 10:53:19 -0000 From: David Bremner To: "W. Trevor King" , notmuch@notmuchmail.org Subject: Re: [PATCH v2 4/4] status-config.json: Remove parens from query entry In-Reply-To: <223336d6b7c8825f9d2938d269d2affa78b0d799.1451683912.git.wking@tremily.us> References: <223336d6b7c8825f9d2938d269d2affa78b0d799.1451683912.git.wking@tremily.us> User-Agent: Notmuch/0.21+74~g6c60fb1 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Thu, 24 Mar 2016 07:53:19 -0300 Message-ID: <87oaa4jgf4.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, 24 Mar 2016 10:53:40 -0000 "W. Trevor King" writes: > These are now added by nmbug-status. > --- > devel/nmbug/status-config.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/devel/nmbug/status-config.json b/devel/nmbug/status-config.json > index b926946..48b6f19 100644 > --- a/devel/nmbug/status-config.json > +++ b/devel/nmbug/status-config.json > @@ -62,7 +62,7 @@ > "not tag:notmuch::obsolete", > "not tag:notmuch::stale", > "not tag:notmuch::wontfix", > - "(tag:notmuch::moreinfo or tag:notmuch::needs-review)" > + "tag:notmuch::moreinfo or tag:notmuch::needs-review" > ], > "title": "Review" > } > -- > 2.1.0.60.g85f0837 These are now merged as well. d