summaryrefslogtreecommitdiff
path: root/alot/commands/utils.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-06-21 11:04:40 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2018-06-21 11:40:02 +0100
commit43e370fa92dfc7c0977c311e0d71e9e57f3ea575 (patch)
tree41477b1abeff702f27e02b02dfad292b6dd8413f /alot/commands/utils.py
parentc30afc72150e30770da6fc1e5f6e68dce2b9a6bb (diff)
rename function that updates gpg keys in envelopes
Diffstat (limited to 'alot/commands/utils.py')
-rw-r--r--alot/commands/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/utils.py b/alot/commands/utils.py
index 891f8e37..decaeae2 100644
--- a/alot/commands/utils.py
+++ b/alot/commands/utils.py
@@ -13,7 +13,7 @@ from .. import crypto
@inlineCallbacks
-def set_encrypt(ui, envelope, block_error=False, signed_only=False):
+def update_keys(ui, envelope, block_error=False, signed_only=False):
"""Find and set the encryption keys in an envolope.
:param ui: the main user interface object