Changeset 326 for trunk


Ignore:
Timestamp:
03/03/10 15:36:06 (14 years ago)
Author:
bas
Message:

email2trac.py.in:

  • moved the function self.set_reply_fields() so we can override the values with default ones specified in email2trac.conf, mail subject line or mail body, see #182
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r321 r326  
    849849
    850850                tkt = Ticket(self.env)
     851
     852                self.set_reply_fields(tkt, msg)
     853
    851854                self.set_ticket_fields(tkt)
    852855
     
    864867                        tkt['summary'] = subject
    865868
    866                 self.set_reply_fields(tkt, msg)
    867869
    868870                if set_fields:
Note: See TracChangeset for help on using the changeset viewer.