File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
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.45 2007-09-02 05:54:46 jpend Exp $
3+ # $Id: configuration.py,v 1.46 2007-09-02 06:48:13 forsberg Exp $
44#
55__docformat__ = "restructuredtext"
66
@@ -647,7 +647,10 @@ def str2value(self, value):
647647 "sent by roundup" ),
648648 (BooleanOption , "add_authoremail" , "yes" ,
649649 "Add the mail address of the author to the author information at\n "
650- "added if add_authorinfo is true." ),
650+ "the top of all messages.\n "
651+ "If this is false but add_authorinfo is true, only the name\n "
652+ "of the actor is added which protects the mail address of the\n "
653+ "actor from being exposed at mail archives, etc." ),
651654 ), "Outgoing email options.\n Used for nozy messages and approval requests" ),
652655 ("mailgw" , (
653656 (BooleanOption , "keep_quoted_text" , "yes" ,
You can’t perform that action at this time.
0 commit comments