Skip to content

Commit 529852c

Browse files
author
Erik Forsberg
committed
Fix truncated comment for add_authoremail option.
1 parent e66ae4a commit 529852c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roundup/configuration.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.\nUsed for nozy messages and approval requests"),
652655
("mailgw", (
653656
(BooleanOption, "keep_quoted_text", "yes",

0 commit comments

Comments
 (0)