From: Andrew Engelbrecht Date: Thu, 23 Jul 2015 16:11:37 +0000 (-0400) Subject: the referenced issue is resolved X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=39a5e74c57003203a60194cd41b86f5fd2dad141;p=edward.git the referenced issue is resolved there is pubkey loading error handling in the get_key_from_fp function. --- 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)