From: Andrew Engelbrecht Date: Mon, 3 Aug 2015 21:19:42 +0000 (-0400) Subject: remove note; pubkeys in encrypted text are useable X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9779164f05767d74c3d04fafefadce695d7797cf;p=edward.git 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. --- 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)