Changeset 941

Show
Ignore:
Timestamp:
06/22/06 08:20:26 (3 years ago)
Author:
bas
Message:

EmailtoTracScript:

email2trac.py.in:

  • Fixed a typo self.mail_addr must be self.email_addr
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • emailtotracscript/trunk/ChangeLog

    r940 r941  
    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

    r940 r941  
     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

    r940 r941  
    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)