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 D65FD6DE1971 for ; Wed, 30 Dec 2015 11:28:28 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.017 X-Spam-Level: X-Spam-Status: No, score=-0.017 tagged_above=-999 required=5 tests=[AWL=0.084, 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 vUNPMvJN1u_Y for ; Wed, 30 Dec 2015 11:28:26 -0800 (PST) X-Greylist: delayed 301 seconds by postgrey-1.35 at arlo; Wed, 30 Dec 2015 11:28:26 PST Received: from resqmta-po-03v.sys.comcast.net (resqmta-po-03v.sys.comcast.net [96.114.154.162]) by arlo.cworth.org (Postfix) with ESMTPS id B72C56DE192C for ; Wed, 30 Dec 2015 11:28:26 -0800 (PST) Received: from resomta-po-08v.sys.comcast.net ([96.114.154.232]) by resqmta-po-03v.sys.comcast.net with comcast id zvPD1r001516pyw01vPQd2; Wed, 30 Dec 2015 19:23:24 +0000 Received: from mail.tremily.us ([73.221.72.168]) by resomta-po-08v.sys.comcast.net with comcast id zvMN1r00K3dr3C901vMPqJ; Wed, 30 Dec 2015 19:21:24 +0000 Received: by mail.tremily.us (Postfix, from userid 1000) id B19351B2C3C3; Wed, 30 Dec 2015 11:21:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; t=1451503282; bh=jmZa2wm6+TxqNswNu/zG255GSvnkd+Y7ycRi38mIM5Y=; h=Resent-From:Resent-Date:Resent-To:From:To:Cc:Subject:Date; b=NWmnfUYM36a0vpU97yp/1wXZT2fs5qFj83Yt99NihEI7U1dKc02GvWyOzYmS5Phut EAJyNpqQImouDI+KwVlxRx763677w4gI9fEdZxrt6MpjrchKCX89R+RALGlb+elh4+ cS5M+OeC2ljL+A1NAyfGgnFCVW9QUX/9MMKquoQI= Resent-From: "W. Trevor King" Resent-Date: Wed, 30 Dec 2015 11:21:22 -0800 Resent-Message-ID: <20151230192122.GA2452@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 0/5] nmbug-status: meta.message-url, man page, and query parens Date: Wed, 30 Dec 2015 11:16:55 -0800 Message-Id: X-Mailer: git-send-email 2.1.0.60.g85f0837 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1451503404; bh=9ty+n2rJWIreIJH9EEWvB9McJNrp4EjU5dtaorHP/VY=; h=Received:Received:Received:From:To:Subject:Date:Message-Id; b=GBvJUH+N6ENcd+IXgNndyIbOAYdwYjDKa7F67RMdX1zCH0AlmvcE1rNh6BYdh36Lm 6NAPwu4yYj1hO0VKiIpqi2KWBlkbpQ19/n9V3I8ClGwZFw+D/frS8ZJHhlleP1yqsd a6lmPOj+KYl0vNyjRIL90pSMcttn8/bdvnU2AROkrmtL9O82sGYcJE3mDNEPU4gQSl HrD/tJzM6b2s5Jd9V7qogHMwpCZWTvwydzfHLdPiXtIQR8xOiK/vY82D7h8riK97YR hVFkqglaPg8k9OvhdlKtGn49YLAU5PvMbmRzhSA5TE1EYm+dy5TSPfSVUp1frjEXoN 8BTyqyJtsS8RA== 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:28:29 -0000 I needed meta.message-url for [1], and then felt like the config file was getting complicated enough that it deserved some docs. The query paren and trailing-comma fixups are drive-bys, and I can split then out into their own series if that's easier. I'm also happy having patches cherry-picked out of this series as each patch passes review. The only strict dependency is that the man page has to land after the meta.message-url patch, because it documents that field. Cheers, Trevor [1]: https://github.com/wking/nmbug-oci W. Trevor King (5): NEWS: Remove trailing comma from an old nmbug-status config nmbug-status: Add meta.message-url config setting nmbug-status: Add an nmbug-status(5) man page nmbug-status: Wrap query phrases in parentheses when and-ing together status-config.json: Remove parens from query entry NEWS | 30 ++++++++- devel/nmbug/nmbug-status | 35 +++++++---- devel/nmbug/status-config.json | 2 +- doc/conf.py | 6 ++ doc/index.rst | 1 + doc/man5/nmbug-status.rst | 136 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 196 insertions(+), 14 deletions(-) create mode 100644 doc/man5/nmbug-status.rst -- 2.1.0.60.g85f0837