Changeset 214 for trunk


Ignore:
Timestamp:
07/31/08 13:34:46 (16 years ago)
Author:
bas
Message:

email2trac.py.in:

  • when there is an email update via email the ticket will be re-opened.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r213 r214  
    618618
    619619                body_text = self.get_body_text(m)
     620
     621                if tkt['status'] in ['closed']:
     622                        tkt['status'] = 'reopened'
    620623
    621624                if self.EMAIL_HEADER:
Note: See TracChangeset for help on using the changeset viewer.