Changeset 661 for trunk


Ignore:
Timestamp:
04/24/15 23:04:29 (9 years ago)
Author:
bas
Message:

applied the patch, close #364

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r658 r661  
     12.8.7:
     2    * notify_sender did not work due to wrong variable, closes #364
     3      Author: kroseneg at schmidham dot net
     4      Applied by: Bas van der Vlies
     5
    162.8.6:
    27    * Fixed a bug for unicode strings in email_to_unicode, skip these kind of types.
  • trunk/debian/changelog

    r658 r661  
     1email2trac (2.8.7.1) UNRELEASED; urgency=low
     2
     3  * see Changelog
     4
     5 -- Bas van der Vlies <bas.vandervlies@surfsara.nl>  Fri, 24 Apr 2015 23:01:58 +0200
     6
    17email2trac (2.8.6.1) UNRELEASED; urgency=low
    28
  • trunk/email2trac.py.in

    r658 r661  
    24872487                if self.email2trac_notify_reporter:
    24882488                    if not self.email2trac_notify_reporter in torcpts:
    2489                         torcpts.append(sender_email)
     2489                        torcpts.append(elf.email2trac_notify_reporter)
    24902490
    24912491                if self.email2trac_replyto:
  • trunk/email2trac.spec

    r658 r661  
    11Summary: Utilities for converting emails to trac tickets
    22Name: email2trac
    3 Version: 2.8.6
     3Version: 2.8.7
    44Release: 1
    55License: Apache License 2.0
Note: See TracChangeset for help on using the changeset viewer.