Ignore:
Timestamp:
08/28/06 16:42:50 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac.py.in:

  • added a space after the comma in the CC-list, see #570
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/email2trac.py.in

    r105 r108  
    311311                        for name,mail in addrs:
    312312                                try:
    313                                         mail_list = '%s,%s' %(mail_list, mail)
     313                                        mail_list = '%s, %s' %(mail_list, mail)
    314314                                except:
    315315                                        mail_list = mail
Note: See TracChangeset for help on using the changeset viewer.