Changeset 273
- Timestamp:
- 06/29/09 15:48:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/email2trac.py.in
r272 r273 823 823 if not self.DRY_RUN: 824 824 self.id = tkt.insert() 825 825 826 826 changed = False 827 827 comment = '' 828 829 # some routines in trac are dependend on ticket id 830 # like alternate notify template 831 # 832 if self.notify_template: 833 tkt['id'] = ticket_id 834 changed = True 828 835 829 836 # Rewrite the description if we have mailto enabled
Note: See TracChangeset
for help on using the changeset viewer.