diff 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
line wrap: on
line diff
--- a/roundup/configuration.py	Thu Jul 29 00:40:13 2010 +0000
+++ b/roundup/configuration.py	Wed Aug 04 10:01:23 2010 +0000
@@ -725,6 +725,10 @@
             "will match an issue for the interval after the issue's\n"
             "creation or last activity. The interval is a standard\n"
             "Roundup interval."),
+        (BooleanOption, "subject_updates_title", "yes",
+            "Update issue title if incoming subject of email is different.\n"
+            "Setting this to \"no\" will ignore the title part of"
+            " the subject\nof incoming email messages.\n"),
         (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"

Roundup Issue Tracker: http://roundup-tracker.org/