Changeset 635


Ignore:
Timestamp:
08/07/13 12:39:47 (11 years ago)
Author:
bas
Message:

removed obsolete code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r634 r635  
    24102410        self.logger.debug('function notify()')
    24112411
    2412 
    2413         #if self.parameters.notification_replyto_rewrite:
    2414         #    global REPLY_TO_ADDRESS
    2415         #    dummy = self.smtp_replyto.split('@')
    2416            
    2417         #    if len(dummy) > 1:
    2418         #        REPLY_TO_ADDRESS = '%s+%s@%s' %(dummy[0], self.id, dummy[1])
    2419         #    else:
    2420         #        REPLY_TO_ADDRESS = '%s+%s' %(dummy[0], self.id)
    2421 
    2422         #    import trac.notification as Email2TracNotification
    2423         #    Email2TracNotification.Notify.notify = set_reply_to_field
    24242412
    24252413        class Email2TracNotifyEmail(TicketNotifyEmail):
Note: See TracChangeset for help on using the changeset viewer.