Changeset 265
- Timestamp:
- 04/09/09 11:12:12 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/email2trac.py.in
r264 r265 608 608 print "TD: ticket_update: %s" %id 609 609 610 if not m['Subject']:611 return False612 else:613 subject = self.email_to_unicode(m['Subject'])614 615 610 # Must we update ticket fields 616 611 # … … 952 947 blog_enabled = True 953 948 954 # Find out if this is a ticket or a blog955 949 if not m['Subject']: 956 950 return False … … 969 963 """, re.VERBOSE) 970 964 965 # Find out if this is a ticket or a blog 966 # 971 967 result = TICKET_RE.search(subject) 972 968
Note: See TracChangeset
for help on using the changeset viewer.