Ignore:
Timestamp:
10/06/06 09:33:47 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

Updating Changelog's

File:
1 edited

Legend:

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

    r119 r120  
    695695                                att = attachment.Attachment(self.env, 'ticket', ticket['id'])
    696696                                att.author = self.author
    697                                 att.description = 'email2trac'
     697                                att.description = 'Added by email2trac'
    698698                                att.insert(url_filename, fd, filesize)
    699699                                fd.close()
Note: See TracChangeset for help on using the changeset viewer.