~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/mail/bugnotificationbuilder.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-03-21 14:12:41 UTC
  • mfrom: (12631.1.2 mail-header-discrepancy)
  • Revision ID: launchpad@pqm.canonical.com-20110321141241-thyagp068cj7g1q6
[r=henninge][no-qa] Do not mention 'filters' in bug subscription
        email headers and body, solely use 'subscription' instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
        if filters is not None:
196
196
            for filter in filters:
197
197
                message.add_header(
198
 
                    'X-Launchpad-Subscription-Filter', filter)
 
198
                    'X-Launchpad-Subscription', filter)
199
199
 
200
200
        return message