Changeset 292 for trunk/email2trac.py.in
- Timestamp:
- 01/04/10 16:25:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/email2trac.py.in
r291 r292 837 837 tkt['description'] = u'%s\r\n%s%s\r\n' \ 838 838 %(head, mailto, body_text) 839 840 has_attachments = self.attachments(message_parts) 841 if has_attachments: 842 changed = True 843 comment = '%s\n%s\n' %(comment, has_attachments) 839 840 # Disabled 841 #has_attachments = self.attachments(message_parts) 842 #if has_attachments: 843 # changed = True 844 # comment = '%s\n%s\n' %(comment, has_attachments) 844 845 845 846 if changed:
Note: See TracChangeset
for help on using the changeset viewer.