Changeset 607 for trunk/ChangeLog


Ignore:
Timestamp:
08/30/12 15:31:46 (12 years ago)
Author:
bas
Message:

email_quote can now handle regular expression, closes #173
-- This line, and those below, will be ignored--

M email2trac.py.in
M ChangeLog?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r606 r607  
    3737
    3838  * Added a new option 'strip_signature_regex', default value:
    39       * '^-----Original Message-----$|^-- $'
     39      * strip_signature_regex : ^-----Original Message-----$|^-- $
    4040    This will strip signatures form the email messages. People can set their own regular
    4141    expressions, closes #296, #155
    4242    Author: steverweber add gmail dot com
    43     Appplied by: Bas van der Vlies
     43    Applied by: Bas van der Vlies
     44
     45  * email_quote can now handle regular expresions, default is:
     46        email_quote : ^> .*
     47    We now use the re.match function instead of line.startswith, closes #173
     48    Suggested/Patch by: samuel add hoffstaetter dot com
     49    Applied by: Bas van der Vlies
    4450
    45512.5.0
Note: See TracChangeset for help on using the changeset viewer.