Changeset 592
- Timestamp:
- 04/03/12 10:01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/email2trac.py.in
r590 r592 1269 1269 changed = True 1270 1270 comment = u'\nadded mailto line\n' 1271 1271 1272 1272 #mailto = self.html_mailto_link( m['Subject']) 1273 1273 mailto = self.html_mailto_link(subject) … … 2293 2293 if not self.parameters.mailto_cc: 2294 2294 self.parameters.mailto_cc = '' 2295 2296 2297 # 2298 2299 2295 2296 ## Bug in urllib.quote function 2297 # 2298 if isinstance(subject, unicode): 2299 subject = subject.encode('utf-8') 2300 2300 2301 2301 ## use urllib to escape the chars
Note: See TracChangeset
for help on using the changeset viewer.