One action we took (well, really the BZ guys took) from our conversation in [1] was to enable engineers to better filter time sensitive bugmail to their inbox (tracked in [2]). Here are some possible use cases, followed by how to filter in a few apps.
Use cases:
1) Ensuring that any bugmail with a tracking + flag gets into your inbox (X-Bugzilla-Tracking contains +)
- this is the easiest to set up, and will give the most visibility
2) Ensuring that any bugmail with a tracking + flag for an upcoming release ends up in your inbox (X-Bugzilla-Tracking contains tracking-firefox15:+ or tracking-firefox16:+)
- note that you'd have to change this on each merge date
3) Ensuring that any bugmail with a tracking + flag for an upcoming release, unfixed in that release, ends up in your inbox
- #2, while also using the status flags also found in X-Bugzilla-Tracking. More complex.
If you use Zimbra for filtering:
* Log into Zimbra
* Click the 'Preferences' tab
* 'Mail > Filters > New Filter'
* Click 'Subject' and change it to 'Header Named'
* Replace 'header' with 'X-Bugzilla-Tracking'
* Note: if the header doesn't exist, the 'contains' condition will not be met (this is good)
If you use Mail.app for filtering (untested):
* 'Mail > Preferences > Rules > Add Rule'
* Click 'Any Recipient > Edit Header List...'
* Click '+'
* Add 'X-Bugzilla-Tracking' (without quotes)
* Select 'X-Bugzilla-Tracking'
If you use Gmail for filtering:
My understanding is that Gmail does not currently allow users to filter on headers. Bug 773327 (slated for 4.2, see [3]) will resolve this by adding tracking flags into the
-Alex
[1]
https://groups.google.com/group/mozilla.dev.planning/browse_thread/thread/56f2b3052b6700e9/cb8c97041e70983a
[2]
https://bugzilla.mozilla.org/show_bug.cgi?id=772994
[3]
https://bugzilla.mozilla.org/show_bug.cgi?id=773327