aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/commands/eml_key.py
diff options
context:
space:
mode:
authorJ08nY2017-08-22 20:26:58 +0200
committerJ08nY2017-08-22 20:27:11 +0200
commitcccc3f9e3e8721aaa77991d2afec96896b2e2fa5 (patch)
treeff6ee2cb2f6099fa3b9c6271c72a9be3ea22d644 /src/mailman_pgp/commands/eml_key.py
parent097d65a955685148da06e3aacb773de507409e5f (diff)
downloadmailman-pgp-cccc3f9e3e8721aaa77991d2afec96896b2e2fa5.tar.gz
mailman-pgp-cccc3f9e3e8721aaa77991d2afec96896b2e2fa5.tar.zst
mailman-pgp-cccc3f9e3e8721aaa77991d2afec96896b2e2fa5.zip
Diffstat (limited to 'src/mailman_pgp/commands/eml_key.py')
-rw-r--r--src/mailman_pgp/commands/eml_key.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman_pgp/commands/eml_key.py b/src/mailman_pgp/commands/eml_key.py
index 8d140f4..c42415d 100644
--- a/src/mailman_pgp/commands/eml_key.py
+++ b/src/mailman_pgp/commands/eml_key.py
@@ -443,6 +443,7 @@ def _cmd_receive(pgp_list, mlist, msg, msgdata, arguments, results):
msg = wrapped.attach_keys(pgp_list.pubkey)
msg.send(mlist)
+ print('Key sent.', file=results)
return ContinueProcessing.yes