From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <david@tethera.net>
Received: from localhost (localhost [127.0.0.1])
 by arlo.cworth.org (Postfix) with ESMTP id B8EA86DE02AC
 for <notmuch@notmuchmail.org>; 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 <notmuch@notmuchmail.org>;
 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 <notmuch@notmuchmail.org>; Thu, 24 Mar 2016 03:53:21 -0700 (PDT)
Received: from remotemail by fethera.tethera.net with local (Exim 4.84)
 (envelope-from <david@tethera.net>)
 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 <david@tethera.net>
To: "W. Trevor King" <wking@tremily.us>, 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: <cover.1451683912.git.wking@tremily.us>
 <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."
 <notmuch.notmuchmail.org>
List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,
 <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>
List-Archive: <http://notmuchmail.org/pipermail/notmuch/>
List-Post: <mailto:notmuch@notmuchmail.org>
List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>
List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,
 <mailto:notmuch-request@notmuchmail.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Mar 2016 10:53:40 -0000

"W. Trevor King" <wking@tremily.us> 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