Changeset 941
- Timestamp:
- 06/22/06 08:20:26 (3 years ago)
- Files:
-
- emailtotracscript/trunk/ChangeLog (modified) (1 diff)
- emailtotracscript/trunk/debian/changelog (modified) (1 diff)
- emailtotracscript/trunk/email2trac.py.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
emailtotracscript/trunk/ChangeLog
r940 r941 13 13 ticket is fetched (Error = KeyError: 'id') 14 14 Fixed By: See tickets #258 and #449 on trac-hacks 15 16 - Fixed and spell error, self.mail_addr must be self.email_addr 17 Fixed by: Bas van der Vlies 18 15 19 16 20 2006-06-02 emailtotracscript/trunk/debian/changelog
r940 r941 1 email2trac (0.7.3-3) stable; urgency=low 2 3 * Fixed and spell error, self.mail_addr must be self.email_addr 4 5 -- root <basv@sara.nl> Thu, 22 Jun 2006 15:17:55 +0200 6 1 7 email2trac (0.7.3-1) stable; urgency=low 2 8 emailtotracscript/trunk/email2trac.py.in
r940 r941 538 538 def html_mailto_link(self, subject, id, body): 539 539 if not self.author: 540 author = self. mail_addr540 author = self.email_addr 541 541 else: 542 542 author = self.to_unicode(self.author)
