issue mentioned in comment does not require a fix
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 27 Jul 2015 21:57:13 +0000 (17:57 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 7 Dec 2015 18:28:41 +0000 (13:28 -0500)
edward

diff --git a/edward b/edward
index 73def29284b3c0d1bf422aa7e9b7f8da86617ea6..ddb4487a61c466f43c4eb465aa3a36fd61c8c901 100755 (executable)
--- a/edward
+++ b/edward
@@ -587,8 +587,8 @@ def gpg_on_payloads (eddymsg_obj, gpgme_ctx, prev_parts=[]):
                 # recurse!
                 piece.gpg_data.plainobj = parse_pgp_mime(plaintext, gpgme_ctx)
 
-        # FIXME: handle pubkeys first, so that signatures can be validated
-        # on freshly imported keys
+        # FIXME: consider handling pubkeys first, so that signatures can be
+        # validated on freshly imported keys
         elif piece.piece_type == "pubkey":
             key_fps = add_gpg_key(piece.string, gpgme_ctx)