Added "not tag:notmuch::obsolete" to 'Bugs' query parameters.
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 25 Jul 2012 17:31:36 +0000 (20:31 +0300)
committerTomi Ollila <tomi.ollila@iki.fi>
Wed, 25 Jul 2012 17:31:36 +0000 (20:31 +0300)
Some messages marked as 'bug' have been later marked as 'obsolete'
when newer patch has obsoleted the message in question. It is assumed
that the new patch also fixes the bug -- or the bug has been obsoleted
by entirely different approach.

status-config.json

index 6b4934faaab0a47a01588f8bcf81a8d09f1021ca..af0f84be28852c0f1c1dc734c3ea1e4ebcc28508 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"
        },