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 BCA476DE191A for ; Fri, 1 Jan 2016 22:09:54 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.042 X-Spam-Level: X-Spam-Status: No, score=0.042 tagged_above=-999 required=5 tests=[AWL=0.043, 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 vfP2jWY5hZho for ; Fri, 1 Jan 2016 22:09:49 -0800 (PST) Received: from resqmta-po-06v.sys.comcast.net (resqmta-po-06v.sys.comcast.net [96.114.154.165]) by arlo.cworth.org (Postfix) with ESMTPS id 651576DE192C for ; Fri, 1 Jan 2016 22:09:48 -0800 (PST) Received: from resomta-po-10v.sys.comcast.net ([96.114.154.234]) by resqmta-po-06v.sys.comcast.net with comcast id 0u9m1s00353iAfU01u9mMR; Sat, 02 Jan 2016 06:09:46 +0000 Received: from mail.tremily.us ([73.221.72.168]) by resomta-po-10v.sys.comcast.net with comcast id 0u7j1s0073dr3C901u7jG1; 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 448411B2F571; Fri, 1 Jan 2016 22:07:43 -0800 (PST) Received: (nullmailer pid 15106 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 0/4] nmbug-status: meta.message-url and query parens Date: Fri, 1 Jan 2016 22:07:39 -0800 Message-Id: X-Mailer: git-send-email 2.1.0.60.g85f0837 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1451714986; bh=j23zRG9ZJnO/oMCpwm68QAYe2O2ZKtB+a7tcvEq9llU=; h=Received:Received:Received:Received:From:To:Subject:Date: Message-Id:MIME-Version:Content-Type; b=ig0YtwDuwWmjAp0sr8tmxXmL1QWJNxv86NpdU5Te8AqrDl1ORsvAzjwCb7bDVA8u1 dlfdJTqh8xhvXL2UiwcQ2hMRy72sq9cHo57Ro6axZvbmdUJJSyL8knJQnUn3+JRile 3kkuR7q0yw3+ggtyUyK5F2xnxAt0MdD0pq9YYXdH+S+N8/uMBeHP64bdr8werFCjoZ Rzt1HpftPJ2DRv90hqX3BSToTaOVoLgaB6bI7SgGQyGkb6dBXwJsCWS+Kiq3M6wUBu sTYrV2sNqUnLm+oZ7ckOAGFpVCt6Zr0QZsLMOAvc4Rp0fNZTq4IEz5Va9iKfz6vvvA 62wisBgThvTZQ== 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:54 -0000 Changes since v1 [1]: * [4/5, v2 3/4] Added parentheses handling for ‘nmbug-status --get-query VIEW’ too [2]. * [3/5] Dropped the man page, and will file a separate series that adds man pages to the script directory [3]. Cheers, Trevor [1]: id:cover.1451502495.git.wking@tremily.us http://thread.gmane.org/gmane.mail.notmuch.general/21523 http://thread.gmane.org/gmane.mail.notmuch.general/21535 [2]: id:20151231164719.GA20010@odin.tremily.us http://thread.gmane.org/gmane.mail.notmuch.general/21523/focus=21534 W. Trevor King (4): NEWS: Remove trailing comma from an old nmbug-status config nmbug-status: Add meta.message-url config setting nmbug-status: Wrap query phrases in parentheses when and-ing together status-config.json: Remove parens from query entry NEWS | 25 ++++++++++++++++++++++++- devel/nmbug/nmbug-status | 18 +++++++++++++----- devel/nmbug/status-config.json | 2 +- 3 files changed, 38 insertions(+), 7 deletions(-) -- 2.1.0.60.g85f0837