diff options
| author | David Bremner <bremner@unb.ca> | 2011-11-12 08:25:57 -0500 |
|---|---|---|
| committer | David Bremner <bremner@unb.ca> | 2011-11-12 08:25:57 -0500 |
| commit | 0bd1eb6e8ec931b2c51250e6d6312aaec0c3fb0c (patch) | |
| tree | 3fd16ddbcb6e5177be5545e28c0cc854543efe5f | |
| parent | 14972b6860e2e982eccd1fd0a066f258ee75d938 (diff) | |
Add the "reviewed and not pushed" search
| -rw-r--r-- | nmbug.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -84,11 +84,16 @@ ## Tracking the patch queue - I use the following search (in my case as a saved search in emacs). +I use the following search (in my case as a saved search in emacs). tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and not tag:notmuch::wip +Another interesting search is + + tag:notmuch::reviewed and not tag:notmuch::pushed + + ## Design notes ### Disk format. |
