Changeset 592


Ignore:
Timestamp:
04/03/12 10:01:00 (12 years ago)
Author:
bas
Message:

some minor reformating, tabs to spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r590 r592  
    12691269            changed = True
    12701270            comment = u'\nadded mailto line\n'
    1271        
     1271
    12721272            #mailto = self.html_mailto_link( m['Subject'])
    12731273            mailto = self.html_mailto_link(subject)
     
    22932293        if not self.parameters.mailto_cc:
    22942294            self.parameters.mailto_cc = ''
    2295 
    2296         ## Bug in urllib.quote function
    2297         #
    2298         if isinstance(subject, unicode):
    2299                 subject = subject.encode('utf-8')
     2295           
     2296        ## Bug in urllib.quote function
     2297        #
     2298        if isinstance(subject, unicode):
     2299            subject = subject.encode('utf-8')
    23002300
    23012301        ## use urllib to escape the chars
Note: See TracChangeset for help on using the changeset viewer.