Changeset 264 for trunk/email2trac.py.in


Ignore:
Timestamp:
04/09/09 09:55:23 (15 years ago)
Author:
bas
Message:

email2trac.py.in,:

  • fixed an unicode error

debian/changelog:

  • is now a proper changelog
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r262 r264  
    790790                        tkt['summary'] = u'(No subject)'
    791791                else:
    792                         tkt['summary'] = self.email_to_unicode(subject)
     792                        tkt['summary'] = subject
    793793
    794794                self.set_reply_fields(tkt, msg)
Note: See TracChangeset for help on using the changeset viewer.