Hi,
I finished adding the rfc822=yes option to debbugs. Patch is attached.
Changelog:
----------
debbugs (2.4.2-1) UNRELEASED; urgency=low
* Goswin von Brederlow
- add rfc822 parsable output
(pkgindex.cgi, pkgreport.cgi, bugreport.cgi, common.pl, text)
+ http://host/pkgreport.cgi?which=pkg&data=test&rfc822=yes
Display in text/plain rfc822 format
+ http://host/bugreport.cgi?bug=341&rfc822=yes
Display in text/plain rfc822 format without mails
+ http://host/bugreport.cgi?bug=340&rfc822=yes&mbox=yes
Display in text/plain rfc822 format with mbox mails
+ http://alpha/Bugs/Bugs/cgi/pkgindex.cgi?indexon=submitter&rfc822=yes
Display in text/plain rfc822, same for the other indexes.
- add "Last modified 2 years and 17 days ago;" to bugreport.cgi
(bugreport.cgi)