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 67B296DE1ADE for ; Wed, 30 Dec 2015 11:29:57 -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.011 X-Spam-Level: X-Spam-Status: No, score=-0.011 tagged_above=-999 required=5 tests=[AWL=0.090, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-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 8fhDll5rh9z6 for ; Wed, 30 Dec 2015 11:29:55 -0800 (PST) Received: from resqmta-po-09v.sys.comcast.net (resqmta-po-09v.sys.comcast.net [96.114.154.168]) by arlo.cworth.org (Postfix) with ESMTPS id B84946DE1B0E for ; Wed, 30 Dec 2015 11:29:55 -0800 (PST) Received: from resomta-po-19v.sys.comcast.net ([96.114.154.243]) by resqmta-po-09v.sys.comcast.net with comcast id zvQz1r00C5FMDhs01vR9Nu; Wed, 30 Dec 2015 19:25:09 +0000 Received: from mail.tremily.us ([73.221.72.168]) by resomta-po-19v.sys.comcast.net with comcast id zvP91r0023dr3C901vP9kB; Wed, 30 Dec 2015 19:23:09 +0000 Received: by mail.tremily.us (Postfix, from userid 1000) id E31761B2C411; Wed, 30 Dec 2015 11:23:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; t=1451503388; bh=OPeMq7pc3uBngZj9X3WIdoLt3cwARriFKAvfwxukiic=; h=Resent-From:Resent-Date:Resent-To:From:To:Cc:Subject:Date: In-Reply-To:References:In-Reply-To:References; b=m0UwSZpVx0VfTIa/dc9M/JTCr20145WnKw6RrVtYILGeI1M6cBx2u+H6Ld8j/Jil2 /05bXVt/FDv5hWVMIiZ7x9AwmjlbovgagthJkhi7Bi2/LJJYnFiYULAnZ1HJ/c+p3x 8kHivzjbRxSY/sH/f+KWlkH63jB3kzaV8fomZtbs= Resent-From: "W. Trevor King" Resent-Date: Wed, 30 Dec 2015 11:23:08 -0800 Resent-Message-ID: <20151230192308.GF2452@odin.tremily.us> Resent-To: notmuch@notmuchmail.org From: "W. Trevor King" To: notmuch@notmuchmail.org Cc: David Bremner , Tomi Ollila , Jani Nikula , Carl Worth , "W. Trevor King" Subject: [PATCH 5/5] status-config.json: Remove parens from query entry Date: Wed, 30 Dec 2015 11:17:00 -0800 Message-Id: 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=1451503509; bh=MrTKt+FuCeHQm+FMdqtT0twjp1qLne1Ia5WdxP42DOo=; h=Received:Received:Received:From:To:Subject:Date:Message-Id; b=GfHkRkLFrvVKURzX8WlU7LSHVXb0bq5qJBErjV9VcjQ2vhdDBHGattXZSxnkcU2pp x24IZt0MP5wc8R8ldPs99s/R58NQRGEucEJts0Jn3xdyIMTZnn18sNeGWXAZjX3F0O wurteEmsIcav2xIho2WIa8mSNyC/AopW69imXSZC9U1f6opaVKFrbC+DP0mOIY6TRf Sl3wfWK4kVf5IeQVNEi8vbaqqI0tU/3SGFEldxKYxm7fkdYh5+k8ovRCiQxKCM1zY6 tLHCJZnHmn+dt8YpftGGxR7LxScCzm8GMXbdT9oNBuyidE/vQohGzLj80uN908Le1W QcAFrJcxPSYaQ== 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: Wed, 30 Dec 2015 19:29:57 -0000 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