Mercurial > p > roundup > code
changeset 2625:8e4c7a3217d6
added MAIL_DEBUG
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Sun, 25 Jul 2004 15:22:54 +0000 |
| parents | f40d5f0f1086 |
| children | e49e6c7b14fb |
| files | roundup/configuration.py |
| diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/configuration.py Sun Jul 25 15:09:07 2004 +0000 +++ b/roundup/configuration.py Sun Jul 25 15:22:54 2004 +0000 @@ -1,6 +1,6 @@ # Roundup Issue Tracker configuration support # -# $Id: configuration.py,v 1.6 2004-07-25 15:09:07 a1s Exp $ +# $Id: configuration.py,v 1.7 2004-07-25 15:22:54 a1s Exp $ # __docformat__ = "restructuredtext" @@ -483,6 +483,11 @@ " from the message.\n" "Signatures are also stripped.", ["EMAIL_KEEP_QUOTED_TEXT"]), + (FilePathOption, "debug", "", + "Setting this option makes Roundup to write all outgoing email\n" + "messages to this file *instead* of sending them.\n" + "This option has the same effect as environment variable" + " SENDMAILDEBUG.\nEnvironment variable takes precedence."), (BooleanOption, "leave_body_unchanged", "no", "Preserve the email body as is - that is,\n" "keep the citations _and_ signatures.",
