Changeset 265


Ignore:
Timestamp:
04/09/09 11:12:12 (15 years ago)
Author:
bas
Message:

email2trac.py.in:

  • removed duplicate code
  • rearrange some commemt code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r264 r265  
    608608                        print "TD: ticket_update: %s" %id
    609609
    610                 if not m['Subject']:
    611                         return False
    612                 else:
    613                         subject  = self.email_to_unicode(m['Subject'])
    614 
    615610                # Must we update ticket fields
    616611                #
     
    952947                        blog_enabled = True
    953948                       
    954                 # Find out if this is a ticket or a blog
    955949                if not m['Subject']:
    956950                        return False
     
    969963                        """, re.VERBOSE)
    970964
     965                # Find out if this is a ticket or a blog
     966                #
    971967                result =  TICKET_RE.search(subject)
    972968
Note: See TracChangeset for help on using the changeset viewer.