summaryrefslogtreecommitdiffstats
path: root/pgp.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-05-31 10:44:16 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-05-31 10:44:16 +0000
commitf869f9f687bf191e6e32ed1f1296a0f313e3198f (patch)
treec67a258c0be69075380a705ed08c72c3375b25a9 /pgp.c
parent885f064460f514f399a4b12d8bd25495b5684091 (diff)
Minor bug-fixes.
Diffstat (limited to 'pgp.c')
-rw-r--r--pgp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pgp.c b/pgp.c
index 5a8ea234..e590c3c5 100644
--- a/pgp.c
+++ b/pgp.c
@@ -1454,6 +1454,8 @@ int pgp_protect (HEADER *msg, char *pgpkeylist)
if ((msg->pgp & PGPSIGN) && !pgp_valid_passphrase ())
return (-1);
+ mutt_message _("Invoking PGP...");
+
if (!isendwin ())
endwin ();