Changeset 120 for emailtotracscript


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

EmailtoTracScript?:

Updating Changelog's

Location:
emailtotracscript/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/ChangeLog

    r118 r120  
    33          debug code.
    44          Fixed by   : Bas van der Vlies
     5
    56        * Added author and description field when attachment is
    67          added to ticket. This is for trac version greater than
     
    89          Fixed by   : Bas van der Vlies
    910          Thanks to Matthew Good for the hint
     11
    1012        * Added drop_spam option, default = 0. If set then
    1113          mail marked as Spam is not accepted.
     14          Added by   : Bas van der Vlies
     15
     16        * Do not send notification if message is marked as Spam.
     17          Fixed by   : Bas van der Vlies
    1218
    13192006-10-02
  • emailtotracscript/trunk/debian/changelog

    r117 r120  
    22
    33  * Fixed some errors in delete_spam.py
    4   * Add Author to Trac:attachment.py else we have no authors ;-(
     4  * added drop_spam option
     5  * add author and description fieldi when adding a attachment
    56
    67 -- root <root@rc.sara.nl>  Thu,  5 Oct 2006 15:03:23 +0200
  • 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.