Mercurial > p > roundup > code
comparison roundup/configuration.py @ 5494:b7fa56ced601
use gpg module instead of pyme module for PGP encryption
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Sun, 12 Aug 2018 16:17:14 +0100 |
| parents | fd0481aa17b8 |
| children | 0cdf19b82354 |
comparison
equal
deleted
inserted
replaced
| 5493:725266c03eab | 5494:b7fa56ced601 |
|---|---|
| 1049 "reads incoming messages first before bouncing them to Roundup)", | 1049 "reads incoming messages first before bouncing them to Roundup)", |
| 1050 ["EMAIL_KEEP_REAL_FROM"]), | 1050 ["EMAIL_KEEP_REAL_FROM"]), |
| 1051 ), "Roundup Mail Gateway options"), | 1051 ), "Roundup Mail Gateway options"), |
| 1052 ("pgp", ( | 1052 ("pgp", ( |
| 1053 (BooleanOption, "enable", "no", | 1053 (BooleanOption, "enable", "no", |
| 1054 "Enable PGP processing. Requires pyme. If you're planning\n" | 1054 "Enable PGP processing. Requires gpg. If you're planning\n" |
| 1055 "to send encrypted PGP mail to the tracker, you should also\n" | 1055 "to send encrypted PGP mail to the tracker, you should also\n" |
| 1056 "enable the encrypt-option below, otherwise mail received\n" | 1056 "enable the encrypt-option below, otherwise mail received\n" |
| 1057 "encrypted might be sent unencrypted to another user."), | 1057 "encrypted might be sent unencrypted to another user."), |
| 1058 (NullableOption, "roles", "", | 1058 (NullableOption, "roles", "", |
| 1059 "If specified, a comma-separated list of roles to perform\n" | 1059 "If specified, a comma-separated list of roles to perform\n" |
