diff options
| author | J08nY | 2017-08-01 00:34:47 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-01 00:34:47 +0200 |
| commit | cce2409e111c4b29bb8739c0699885007e7b81a2 (patch) | |
| tree | 5345dfc50cbc4c03aef2044ffdafe6b41dd03443 /src/mailman_pgp/plugin.py | |
| parent | 8f821848175281cc95f1e4ef1294ec6ca216c2c3 (diff) | |
| download | mailman-pgp-cce2409e111c4b29bb8739c0699885007e7b81a2.tar.gz mailman-pgp-cce2409e111c4b29bb8739c0699885007e7b81a2.tar.zst mailman-pgp-cce2409e111c4b29bb8739c0699885007e7b81a2.zip | |
Diffstat (limited to 'src/mailman_pgp/plugin.py')
| -rw-r--r-- | src/mailman_pgp/plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman_pgp/plugin.py b/src/mailman_pgp/plugin.py index 9824716..7ee31e2 100644 --- a/src/mailman_pgp/plugin.py +++ b/src/mailman_pgp/plugin.py @@ -36,6 +36,7 @@ class PGPMailman: """See `IPlugin`.""" config.load(self.name) config.validate() + config.convert() config.db = Database() config.pgp = PGP() |
