For all those of you swimming in bug mail, I give you the super spiffy “Delete Resolved Bugs” plugin for Evolution. Woo.
I can’t say its saved my life or anything, but its made a difference …
For all those of you swimming in bug mail, I give you the super spiffy “Delete Resolved Bugs” plugin for Evolution. Woo.
I can’t say its saved my life or anything, but its made a difference …
Comments are closed.
This is just what I was looking for! But it seems it only runs on evolution-2.4. Is there a way to backport it to 2.2, or does it need features that are not there on 2.2?
Thanks
Ok – never mind about this – it seems that the gentoo-folks have forgotten to include a few header-files (mail/*.h). It does not work yet here, but I’m working on it 😉
I’ve no idea – its worth a try …
One thing to note is that it’ll only work with bugzillas that have the X-Bugzilla-Status header in the mails they send out. That could be a bugzilla.gnome.org specific feature.
That’s exactly it. It is a gentoo-bugzilla issue – so I’ll bug them 😉
Mark, this is great news. Now you’ll be able to fix more panel bugs 😉
If your bugzilla does not have X-Bugzilla-Status you could query bugzilla directly to get only the status in XML.
1. to yield results in XML by adding &ctype=xml to the URL.
2. to exclude particular fields (like comments) by adding &excludefield=long_desc to the URL
Example:
https://bugzilla.mozilla.org/show_bug.cgi?id=295348&ctype=xml&excludefield=long_desc
You would just need to exclude displaying every field except the status.