From 39a5e74c57003203a60194cd41b86f5fd2dad141 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Thu, 23 Jul 2015 12:11:37 -0400 Subject: [PATCH] the referenced issue is resolved there is pubkey loading error handling in the get_key_from_fp function. --- edward | 1 - 1 file changed, 1 deletion(-) diff --git a/edward b/edward index 625c9b9..258cea2 100755 --- a/edward +++ b/edward @@ -125,7 +125,6 @@ def main (): encrypt_to_key = get_key_from_fp(replyinfo_obj, gpgme_ctx) reply_plaintext = write_reply(replyinfo_obj) - # TODO error handling for missing keys and setting .no_public_key reply_mime = generate_encrypted_mime(reply_plaintext, email_from, \ email_subject, encrypt_to_key, gpgme_ctx) -- 2.25.1