state_attach_puts (_("[-- End of PGP output --]\n\n"), s);
}
}
- }
-
- /* treat empty result as sign of failure */
- if (!(pgpout && ftell(pgpout)))
- {
- mutt_error _("Could not decrypt PGP message");
- pgp_void_passphrase ();
- goto out;
+ /* treat empty result as sign of failure */
+ if (!(pgpout && ftell(pgpout)))
+ {
+ mutt_error _("Could not decrypt PGP message");
+ pgp_void_passphrase ();
+
+ goto out;
+ }
}
+
/*
* Now, copy cleartext to the screen. NOTE - we expect that PGP
* outputs utf-8 cleartext. This may not always be true, but it