Changeset 321
- Timestamp:
- 02/22/10 15:47:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/email2trac.py.in
r320 r321 780 780 781 781 if self.VERSION == 0.9: 782 s = self.attachments(message_parts, True)783 else: 784 s = self.attachments(message_parts)782 error_with_attachments = self.attachments(message_parts, True) 783 else: 784 error_with_attachments = self.attachments(message_parts) 785 785 786 786 if self.notification and not spam:
Note: See TracChangeset
for help on using the changeset viewer.