#207225 debbugs: add RFC822 output option

Package:
debbugs
Source:
debbugs
Submitter:
Goswin von Brederlow
Date:
2010-04-14 12:12:25 UTC
Severity:
wishlist
#207225#5
Date:
2003-08-25 19:12:27 UTC
From:
To:
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)