Changeset 81 for emailtotracscript


Ignore:
Timestamp:
06/02/06 10:25:23 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

Preparing for new version:

Location:
emailtotracscript/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/ChangeLog

    r76 r81  
    1 2006-???
     12006-06-02
    22        - Added ticketing merging. To enable it there are two options for
    33          both options enable 'ticket_update' in email2trac.conf
    4           1 - Configure trac notification, eg:
     4          1 - Configure trac notification, eg:
     5                - (ticket address: test-ticket@test.nl)
     6                [notification]
     7                smtp_enabled = true
     8                smtp_always_cc = test@test.nl
     9                smtp_server = localhost
     10                smtp_from =  test-ticket@test.nl
    511                always_notify_reporter = true
    612
    713          2 - Use the mailto_cc in email2trac.conf if you want to sent
    8               an email to the user and the trac email address.
     14              an email to the user and the trac ticket email address.
    915
    1016          With both options you get the right format of the subject line.
     
    1218        - Use the short options for the install command. So it works for
    1319          MacOSx Reported by: Nathaniel Irons.
     20
     21        - Update inline documentation by Nathaniel Irons.
    1422                 
    15232006-05-16
  • emailtotracscript/trunk/INSTALL

    r74 r81  
    1818 umask: 022                 # OPTIONAL, Use this umask for saving attachments
    1919 mailto_link: 1             # OPTIONAL, if set then [mailto:<CC>] in description
    20  mailto_cc: basv@sara.nl    # OPTIONAL, Use ths address as CC in mailto line
     20 mailto_cc: ticket@test.nl  # OPTIONAL, Use ths address as CC in mailto line
    2121 ticket_update: 1           # OPTIONAL, if set then check if this is an update for a ticket
    2222 email_header: 1            # OPTIONAL, if set then show TO/CC fields in description
     
    5555parameter is project, see above
    5656
     57If you have enabled 'ticket_update' in email2trac.conf then you have
     58to choose one of this options to make it work:
     59  1 - Configure trac notification, eg:
     60      - (ticket address: ticket@test.nl)
     61      [notification]
     62      smtp_enabled = true
     63      smtp_always_cc = test@test.nl
     64      smtp_server = localhost
     65      smtp_from =  ticket@test.nl
     66      always_notify_reporter = true
     67
     68  2 - Use the mailto_cc in email2trac.conf if you want to sent
     69      an email to the user and the trac ticket email address.
     70
    5771== Usage ==
    5872
  • emailtotracscript/trunk/debian/changelog

    r78 r81  
     1email2trac (0.7.0-2) stable; urgency=low
     2
     3  * Fixed some language errors by Nathaniel Irons
     4
     5 -- root <root@subtrac.sara.nl>  Fri,  2 Jun 2006 09:27:22 +0200
     6
    17email2trac (0.7.0-1) stable; urgency=low
    28
Note: See TracChangeset for help on using the changeset viewer.