verify signatures even if key is new to edward
[edward.git] / edward
diff --git a/edward b/edward
index b13ac7a4f0571dade15f212757c4020a2abae172..060d6d6e8b18a4592ec574dff6d187cb29fd9cad 100755 (executable)
--- a/edward
+++ b/edward
@@ -271,6 +271,8 @@ def main ():
                               edward_config.sign_with_key)
 
     email_bytes = sys.stdin.buffer.read()
+
+    parse_pgp_mime(email_bytes, gpgme_ctx)
     email_struct = parse_pgp_mime(email_bytes, gpgme_ctx)
 
     email_to, email_reply_to, email_subject = email_to_reply_to_subject(email_bytes)