Ignore:
Timestamp:
06/22/06 15:20:26 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac.py.in:

  • Fixed a typo self.mail_addr must be self.email_addr
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/email2trac.py.in

    r87 r88  
    538538        def html_mailto_link(self, subject, id, body):
    539539                if not self.author:
    540                         author = self.mail_addr
     540                        author = self.email_addr
    541541                else:   
    542542                        author = self.to_unicode(self.author)
Note: See TracChangeset for help on using the changeset viewer.