comparison roundup/configuration.py @ 3725:65badf6ab7ad

fix config documentation
author Richard Jones <richard@users.sourceforge.net>
date Thu, 05 Oct 2006 23:14:52 +0000
parents 17124caa2491
children 74aebbbea305
comparison
equal deleted inserted replaced
3724:b4d655b2aacf 3725:65badf6ab7ad
1 # Roundup Issue Tracker configuration support 1 # Roundup Issue Tracker configuration support
2 # 2 #
3 # $Id: configuration.py,v 1.35 2006-05-06 17:15:11 a1s Exp $ 3 # $Id: configuration.py,v 1.36 2006-10-05 23:14:52 richard Exp $
4 # 4 #
5 __docformat__ = "restructuredtext" 5 __docformat__ = "restructuredtext"
6 6
7 import getopt 7 import getopt
8 import imp 8 import imp
641 "\"loose\" will attempt to parse the [suffix] but just\n" 641 "\"loose\" will attempt to parse the [suffix] but just\n"
642 "pass it through as part of the issue title if not\n" 642 "pass it through as part of the issue title if not\n"
643 "recognised. \"none\" will always pass any [suffix]\n" 643 "recognised. \"none\" will always pass any [suffix]\n"
644 "through as part of the issue title."), 644 "through as part of the issue title."),
645 (Option, "subject_suffix_delimiters", "[]", 645 (Option, "subject_suffix_delimiters", "[]",
646 "Defines the brackets used for delimiting the commands\n" 646 "Defines the brackets used for delimiting the prefix and \n"
647 "suffix in a subject line."), 647 'suffix in a subject line. The presence of "suffix" in\n'
648 "the config option name is a historical artifact and may\n"
649 "be ignored."),
648 (Option, "subject_content_match", "always", 650 (Option, "subject_content_match", "always",
649 "Controls matching of the incoming email subject line\n" 651 "Controls matching of the incoming email subject line\n"
650 "against issue titles in the case where there is no\n" 652 "against issue titles in the case where there is no\n"
651 "designator [prefix]. \"never\" turns off matching.\n" 653 "designator [prefix]. \"never\" turns off matching.\n"
652 "\"creation + interval\" or \"activity + interval\"\n" 654 "\"creation + interval\" or \"activity + interval\"\n"

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