Ignore:
Timestamp:
10/05/06 20:41:00 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac.py.in:

  • Added author and description field for attachments
File:
1 edited

Legend:

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

    r112 r117  
    690690                                fd = open(path)
    691691                                att = attachment.Attachment(self.env, 'ticket', ticket['id'])
     692                                att.author = self.author
     693                                att.description = 'email2trac'
    692694                                att.insert(url_filename, fd, filesize)
    693695                                fd.close()
Note: See TracChangeset for help on using the changeset viewer.