Mercurial > p > roundup > code
diff roundup/configuration.py @ 3854:f4e8dc583256
Restored subject parser regexp to the string it was before the...
...implementation of customization of it, i.e., the version from
CVS revision 1.184 of mailgw.py.
This makes 'testFollowupTitleMatchMultiRe' work again.
| author | Erik Forsberg <forsberg@users.sourceforge.net> |
|---|---|
| date | Sat, 12 May 2007 16:14:54 +0000 |
| parents | b66615f3007b |
| children | 83748b2de465 |
line wrap: on
line diff
--- a/roundup/configuration.py Wed May 09 06:18:52 2007 +0000 +++ b/roundup/configuration.py Sat May 12 16:14:54 2007 +0000 @@ -1,6 +1,6 @@ # Roundup Issue Tracker configuration support # -# $Id: configuration.py,v 1.42 2007-04-03 06:36:08 a1s Exp $ +# $Id: configuration.py,v 1.43 2007-05-12 16:14:54 forsberg Exp $ # __docformat__ = "restructuredtext" @@ -685,7 +685,7 @@ "will match an issue for the interval after the issue's\n" "creation or last activity. The interval is a standard\n" "Roundup interval."), - (RegExpOption, "refwd_re", "\s*\W?\s*(fw|fwd|re|aw|sv|ang)\W\s*", + (RegExpOption, "refwd_re", "(\s*\W?\s*(fw|fwd|re|aw|sv|ang)\W)+", "Regular expression matching a single reply or forward\n" "prefix prepended by the mailer. This is explicitly\n" "stripped from the subject during parsing."),
