Mercurial > p > roundup > code
comparison roundup/configuration.py @ 3879:454ee9411e85
Fix truncated comment for add_authoremail option.
| author | Erik Forsberg <forsberg@users.sourceforge.net> |
|---|---|
| date | Sun, 02 Sep 2007 06:48:13 +0000 |
| parents | 6d14a3b4e295 |
| children | 46ef2a6fd79d |
comparison
equal
deleted
inserted
replaced
| 3878:6d14a3b4e295 | 3879:454ee9411e85 |
|---|---|
| 1 # Roundup Issue Tracker configuration support | 1 # Roundup Issue Tracker configuration support |
| 2 # | 2 # |
| 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 $ |
| 4 # | 4 # |
| 5 __docformat__ = "restructuredtext" | 5 __docformat__ = "restructuredtext" |
| 6 | 6 |
| 7 import ConfigParser | 7 import ConfigParser |
| 8 import getopt | 8 import getopt |
| 645 (BooleanOption, "add_authorinfo", "yes", | 645 (BooleanOption, "add_authorinfo", "yes", |
| 646 "Add a line with author information at top of all messages\n" | 646 "Add a line with author information at top of all messages\n" |
| 647 "sent by roundup"), | 647 "sent by roundup"), |
| 648 (BooleanOption, "add_authoremail", "yes", | 648 (BooleanOption, "add_authoremail", "yes", |
| 649 "Add the mail address of the author to the author information at\n" | 649 "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."), | |
| 651 ), "Outgoing email options.\nUsed for nozy messages and approval requests"), | 654 ), "Outgoing email options.\nUsed for nozy messages and approval requests"), |
| 652 ("mailgw", ( | 655 ("mailgw", ( |
| 653 (BooleanOption, "keep_quoted_text", "yes", | 656 (BooleanOption, "keep_quoted_text", "yes", |
| 654 "Keep email citations when accepting messages.\n" | 657 "Keep email citations when accepting messages.\n" |
| 655 "Setting this to \"no\" strips out \"quoted\" text" | 658 "Setting this to \"no\" strips out \"quoted\" text" |
