temporarily use date:1330000000..
[nmbug-tags.git] / status-config.json
index 6b4934faaab0a47a01588f8bcf81a8d09f1021ca..e53c8a75ad3c30788d7524bafc009d12d4d1d8a0 100644 (file)
@@ -5,7 +5,8 @@
            "query": [
                "tag:notmuch::bug",
                "not tag:notmuch::fixed",
-               "not tag:notmuch::wontfix"
+               "not tag:notmuch::wontfix",
+               "not tag:notmuch::obsolete"
            ],
            "title": "Bugs"
        },
            "title": "Maybe Ready (vim)"
        },
        {
-           "comment": "These patches are under review, or waiting for feedback.",
+           "comment": "These patches are contrib material under consideration for pushing.",
+           "query": [
+               "tag:notmuch::patch and not tag:notmuch::pushed",
+               "not tag:notmuch::obsolete and not tag:notmuch::wip",
+               "not tag:notmuch::stale",
+               "not tag:notmuch::moreinfo",
+               "not tag:notmuch::wontfix",
+               "tag:notmuch::contrib",
+               "not tag:notmuch::needs-review"
+           ],
+           "title": "Maybe Ready (contrib)"
+       },
+
+       {
+           "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:1330000000.."
+           ],
+           "title": "Stale"
+       },
+       {
+           "comment": "These recent patches are waiting for feedback (from patch author).",
+           "query": [
+               "tag:notmuch::patch",
+               "not tag:notmuch::pushed",
+               "not tag:notmuch::obsolete",
+               "not tag:notmuch::stale",
+               "not tag:notmuch::wontfix",
+               "tag:notmuch::moreinfo",
+               "date:1330000000.."
+           ],
+           "title": "Moreinfo"
+       },
+       {
+           "comment": "These patches are under review.",
            "query": [
                "tag:notmuch::patch",
                "not tag:notmuch::pushed",
                "not tag:notmuch::obsolete",
                "not tag:notmuch::stale",
                "not tag:notmuch::wontfix",
-               "(tag:notmuch::moreinfo or tag:notmuch::needs-review)"
+               "not tag:notmuch::moreinfo",
+               "tag:notmuch::needs-review"
            ],
            "title": "Review"
        }