Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174905 - Extra header in bugmail to help sorting watched bugmail
Summary: Extra header in bugmail to help sorting watched bugmail
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Bugzilla Admins
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-17 12:44 UTC by Andrej Kacian (RETIRED)
Modified: 2011-10-30 23:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to add more verbose headers to bugmail (bugzilla-headers.patch,1.09 KB, patch)
2007-09-20 16:44 UTC, Torsten Rehn
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Kacian (RETIRED) gentoo-dev 2007-04-17 12:44:50 UTC
Currently, it is impossible to sort incoming bugmail based on rule "for user XYZ whom I watch". Adding a X-Bugzilla-For-Watched (or X-Bugzilla-Orig-User, or whatever, I'm sure a better name can be thought up) header would help in this.

Please consider it, thanks.
Comment 1 Torsten Rehn 2007-09-20 16:44:37 UTC
Created attachment 131427 [details, diff]
patch to add more verbose headers to bugmail

I took a look at the bugzilla-2.22.3 source and found that additional headers can be added rather easily. The attached patch adds the following headers: X-Bugzilla-Reporter, X-Bugzilla-Assigned and X-Bugzilla-CC. Combined with the existing X-Bugzilla-Reason, some client side filter magic should do the job.

The patch however IS NOT TESTED at all, but when you take a look at it you'll see that it's rather trivial. Can someone from infra please review and comment on this?
Comment 2 Torsten Rehn 2007-09-27 15:16:25 UTC
Maybe this should be reassigned to bugzilla@gentoo.org...
Comment 3 Andrej Kacian (RETIRED) gentoo-dev 2007-09-29 13:24:45 UTC
I even got the product wrong. :/
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2009-04-12 18:54:52 UTC
I'd add the Assigned and Reporter headers, but not the CC header, simply because of how large it would be. Would it still be useful then?
Comment 5 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-04-12 18:57:04 UTC
(In reply to comment #4)
> I'd add the Assigned and Reporter headers, but not the CC header, simply
> because of how large it would be. Would it still be useful then?

IMHO yes. Personally I would like to be able to sort e-mails mainly by Assignee.
Comment 6 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2009-05-23 19:48:02 UTC
Changed now. Not closing yet so I can see the patch in action.
Comment 7 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2009-05-23 19:54:27 UTC
Ok, it works.