Changeset 581


Ignore:
Timestamp:
12/16/11 16:26:02 (12 years ago)
Author:
bas
Message:

mailto_link did not use the right subject variable, it must use the converted subject variable. So the charset is stripped

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r580 r581  
    12391239            changed = True
    12401240            comment = u'\nadded mailto line\n'
    1241             mailto = self.html_mailto_link( m['Subject'])
     1241       
     1242            #mailto = self.html_mailto_link( m['Subject'])
     1243            mailto = self.html_mailto_link(subject)
    12421244
    12431245            tkt['description'] = u'%s\r\n%s%s\r\n' \
Note: See TracChangeset for help on using the changeset viewer.