From 9779164f05767d74c3d04fafefadce695d7797cf Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 3 Aug 2015 17:19:42 -0400 Subject: [PATCH] remove note; pubkeys in encrypted text are useable if a new, unimported pubkey is contained in an ecrypted and signed block of text, then that key can be used for the reply, as desired. --- edward | 2 -- 1 file changed, 2 deletions(-) diff --git a/edward b/edward index 2f659da..0c3e477 100755 --- a/edward +++ b/edward @@ -600,8 +600,6 @@ def gpg_on_payloads (eddymsg_obj, gpgme_ctx, prev_parts=[]): # recurse! piece.gpg_data.plainobj = parse_pgp_mime(plaintext, gpgme_ctx) - # FIXME: consider handling pubkeys first, so that signatures can be - # validated on freshly imported keys elif piece.piece_type == TxtType.pubkey: key_fps = add_gpg_key(piece.string, gpgme_ctx) -- 2.25.1