From: W. Trevor King Date: Thu, 30 Jun 2016 16:46:30 +0000 (-0700) Subject: notmuch-report.json: Remove oci::motion from accepted/rejected X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f65350a57da656b4bc5219ae063efc25f15a2190;p=nmbug-oci.git notmuch-report.json: Remove oci::motion from accepted/rejected This will show one or two entries per accepted/rejected motion thread: 1. The initial proposal will always be shown. 2. If there was a "this proposal was accepted/rejected" post, that is shown too. If folks follow my suggested: [{project} {status}]: {motion description} (+{LGTMs} -{REJECTs} #{ABSTAINs}) subject template, you won't even have to visit the message to see the vote breakdown. --- diff --git a/notmuch-report.json b/notmuch-report.json index f61d083..1de6bd6 100644 --- a/notmuch-report.json +++ b/notmuch-report.json @@ -62,7 +62,6 @@ { "comment": "Previous motions which were accepted.", "query": [ - "tag:oci::motion", "tag:oci::motion-accepted" ], "title": "Accepted motions" @@ -70,7 +69,6 @@ { "comment": "Previous motions which were rejected.", "query": [ - "tag:oci::motion", "tag:oci::motion-rejected" ], "title": "Rejected motions"