Mercurial > p > roundup > code
comparison roundup/configuration.py @ 2625:8e4c7a3217d6
added MAIL_DEBUG
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Sun, 25 Jul 2004 15:22:54 +0000 |
| parents | f40d5f0f1086 |
| children | ce6a965a86f4 |
comparison
equal
deleted
inserted
replaced
| 2624:f40d5f0f1086 | 2625:8e4c7a3217d6 |
|---|---|
| 1 # Roundup Issue Tracker configuration support | 1 # Roundup Issue Tracker configuration support |
| 2 # | 2 # |
| 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 $ |
| 4 # | 4 # |
| 5 __docformat__ = "restructuredtext" | 5 __docformat__ = "restructuredtext" |
| 6 | 6 |
| 7 import imp | 7 import imp |
| 8 import os | 8 import os |
| 481 "Keep email citations when accepting messages.\n" | 481 "Keep email citations when accepting messages.\n" |
| 482 "Setting this to \"no\" strips out \"quoted\" text" | 482 "Setting this to \"no\" strips out \"quoted\" text" |
| 483 " from the message.\n" | 483 " from the message.\n" |
| 484 "Signatures are also stripped.", | 484 "Signatures are also stripped.", |
| 485 ["EMAIL_KEEP_QUOTED_TEXT"]), | 485 ["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."), | |
| 486 (BooleanOption, "leave_body_unchanged", "no", | 491 (BooleanOption, "leave_body_unchanged", "no", |
| 487 "Preserve the email body as is - that is,\n" | 492 "Preserve the email body as is - that is,\n" |
| 488 "keep the citations _and_ signatures.", | 493 "keep the citations _and_ signatures.", |
| 489 ["EMAIL_LEAVE_BODY_UNCHANGED"]), | 494 ["EMAIL_LEAVE_BODY_UNCHANGED"]), |
| 490 (Option, "default_class", "issue", | 495 (Option, "default_class", "issue", |
