From: Andrew Engelbrecht Date: Mon, 27 Jul 2015 21:57:13 +0000 (-0400) Subject: issue mentioned in comment does not require a fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d7d8bf7c170b50f42ca5d82fc9be2c483b3856c4;p=edward.git issue mentioned in comment does not require a fix --- diff --git a/edward b/edward index 73def29..ddb4487 100755 --- 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)