the referenced issue is resolved
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Thu, 23 Jul 2015 16:11:37 +0000 (12:11 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 7 Dec 2015 18:28:40 +0000 (13:28 -0500)
there is pubkey loading error handling in the get_key_from_fp function.

edward

diff --git a/edward b/edward
index 625c9b99d31b084c690995722f8826435209fe16..258cea2aa0263d376bc0fe5d9189b267068d90ba 100755 (executable)
--- 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)