Changeset 492 for trunk/email2trac.py.in


Ignore:
Timestamp:
12/10/10 16:04:33 (13 years ago)
Author:
bas
Message:

allow more ticket fields to be updated by inline properties, closes #227

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r491 r492  
    16981698                body = list()
    16991699
    1700                 INLINE_EXP = re.compile('\s*[@]\s*([a-zA-Z]+)\s*:(.*)$')
     1700                INLINE_EXP = re.compile('\s*[@]\s*(\w+)\s*:(.*)$')
    17011701
    17021702                for line in text.splitlines():
Note: See TracChangeset for help on using the changeset viewer.