From 70da08118c96201ce697a9ba39bd5facf3ec5b4a Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Fri, 22 Jan 2016 11:34:27 -0500 Subject: [PATCH] added helpful comment --- edward | 1 + 1 file changed, 1 insertion(+) diff --git a/edward b/edward index 1f28371..a09cd6d 100755 --- a/edward +++ b/edward @@ -272,6 +272,7 @@ def main (): email_bytes = sys.stdin.buffer.read() + # do this twice so sigs can be verified with newly imported keys parse_pgp_mime(email_bytes, gpgme_ctx) email_struct = parse_pgp_mime(email_bytes, gpgme_ctx) -- 2.25.1