Mercurial > p > roundup > code
comparison roundup/configuration.py @ 4405:863ec554525c
new mailgw config option subject_updates_title...
...see discussion
http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/10169
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Wed, 04 Aug 2010 10:01:23 +0000 |
| parents | 94c992852f12 |
| children | 39660ba47b7c |
comparison
equal
deleted
inserted
replaced
| 4402:abb7dbbf27ba | 4405:863ec554525c |
|---|---|
| 723 "designator [prefix]. \"never\" turns off matching.\n" | 723 "designator [prefix]. \"never\" turns off matching.\n" |
| 724 "\"creation + interval\" or \"activity + interval\"\n" | 724 "\"creation + interval\" or \"activity + interval\"\n" |
| 725 "will match an issue for the interval after the issue's\n" | 725 "will match an issue for the interval after the issue's\n" |
| 726 "creation or last activity. The interval is a standard\n" | 726 "creation or last activity. The interval is a standard\n" |
| 727 "Roundup interval."), | 727 "Roundup interval."), |
| 728 (BooleanOption, "subject_updates_title", "yes", | |
| 729 "Update issue title if incoming subject of email is different.\n" | |
| 730 "Setting this to \"no\" will ignore the title part of" | |
| 731 " the subject\nof incoming email messages.\n"), | |
| 728 (RegExpOption, "refwd_re", "(\s*\W?\s*(fw|fwd|re|aw|sv|ang)\W)+", | 732 (RegExpOption, "refwd_re", "(\s*\W?\s*(fw|fwd|re|aw|sv|ang)\W)+", |
| 729 "Regular expression matching a single reply or forward\n" | 733 "Regular expression matching a single reply or forward\n" |
| 730 "prefix prepended by the mailer. This is explicitly\n" | 734 "prefix prepended by the mailer. This is explicitly\n" |
| 731 "stripped from the subject during parsing."), | 735 "stripped from the subject during parsing."), |
| 732 (RegExpOption, "origmsg_re", | 736 (RegExpOption, "origmsg_re", |
