From d92a908780848e162d3b6b3b04f435a49f2041ea Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Wed, 30 Jan 2013 16:06:46 +0200 Subject: [PATCH] date:12M.. for stale & moreinfo -- i.e. "recent" patches only --- status-config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/status-config.json b/status-config.json index 4079dbe..5689927 100644 --- a/status-config.json +++ b/status-config.json @@ -65,18 +65,19 @@ }, { - "comment": "These patches do not apply anymore (may have moreinfo or needs-review).", + "comment": "These recent patches do not apply anymore (may have moreinfo or needs-review).", "query": [ "tag:notmuch::patch", "not tag:notmuch::pushed", "not tag:notmuch::obsolete", "not tag:notmuch::wontfix", "tag:notmuch::stale" + "date:12M.." ], "title": "Stale" }, { - "comment": "These patches are waiting for feedback (from patch author).", + "comment": "These recent patches are waiting for feedback (from patch author).", "query": [ "tag:notmuch::patch", "not tag:notmuch::pushed", @@ -84,6 +85,7 @@ "not tag:notmuch::stale", "not tag:notmuch::wontfix", "tag:notmuch::moreinfo" + "date:12M.." ], "title": "Moreinfo" }, -- 2.26.2