File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Roundup Issue Tracker configuration support
22#
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 $
44#
55__docformat__ = "restructuredtext"
66
@@ -643,8 +643,10 @@ def str2value(self, value):
643643 "recognised. \" none\" will always pass any [suffix]\n "
644644 "through as part of the issue title." ),
645645 (Option , "subject_suffix_delimiters" , "[]" ,
646- "Defines the brackets used for delimiting the commands\n "
647- "suffix in a subject line." ),
646+ "Defines the brackets used for delimiting the prefix and \n "
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." ),
648650 (Option , "subject_content_match" , "always" ,
649651 "Controls matching of the incoming email subject line\n "
650652 "against issue titles in the case where there is no\n "
You can’t perform that action at this time.
0 commit comments