Skip to content

Commit 223de30

Browse files
author
Alexander Smishlajev
committed
added MAIL_DEBUG
1 parent 8af0c4e commit 223de30

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

roundup/configuration.py

Lines changed: 6 additions & 1 deletion
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.6 2004-07-25 15:09:07 a1s Exp $
3+
# $Id: configuration.py,v 1.7 2004-07-25 15:22:54 a1s Exp $
44
#
55
__docformat__ = "restructuredtext"
66

@@ -483,6 +483,11 @@ class NullableFilePathOption(NullableOption, FilePathOption):
483483
" from the message.\n"
484484
"Signatures are also stripped.",
485485
["EMAIL_KEEP_QUOTED_TEXT"]),
486+
(FilePathOption, "debug", "",
487+
"Setting this option makes Roundup to write all outgoing email\n"
488+
"messages to this file *instead* of sending them.\n"
489+
"This option has the same effect as environment variable"
490+
" SENDMAILDEBUG.\nEnvironment variable takes precedence."),
486491
(BooleanOption, "leave_body_unchanged", "no",
487492
"Preserve the email body as is - that is,\n"
488493
"keep the citations _and_ signatures.",

0 commit comments

Comments
 (0)