Changeset 88 for emailtotracscript


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
Location:
emailtotracscript/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/ChangeLog

    r87 r88  
    1313          ticket is fetched (Error = KeyError: 'id')
    1414          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         
    1519
    16202006-06-02
  • emailtotracscript/trunk/debian/changelog

    r87 r88  
     1email2trac (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
    17email2trac (0.7.3-1) stable; urgency=low
    28
  • 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.