Changeset 295 for trunk/email2trac.py.in
- Timestamp:
- 01/06/10 14:03:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/email2trac.py.in
r294 r295 829 829 changed = True 830 830 831 # Rewrite the description if we have mailto enabled831 ## Rewrite the description if we have mailto enabled 832 832 # 833 833 if self.MAILTO: … … 838 838 tkt['description'] = u'%s\r\n%s%s\r\n' \ 839 839 %(head, mailto, body_text) 840 840 841 ## Save the attachments to the ticket 842 # 843 has_attachments = self.attachments(message_parts) 844 841 845 # Disabled 842 #has_attachments = self.attachments(message_parts)843 846 #if has_attachments: 844 847 # changed = True … … 1201 1204 if filename: 1202 1205 filename = self.email_to_unicode(filename) 1206 1203 1207 # If no name, use a default one 1204 1208 else:
Note: See TracChangeset
for help on using the changeset viewer.