projects
/
edward.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0568376
)
the referenced issue is resolved
author
Andrew Engelbrecht
<sudoman@ninthfloor.org>
Thu, 23 Jul 2015 16:11:37 +0000
(12:11 -0400)
committer
Andrew 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
patch
|
blob
|
blame
|
history
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)