summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-18 06:53:51 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-18 06:53:51 +0000
commit1e653fe802c5cf9eca9216baabb90eee3c68c47b (patch)
treed05aef039e888d2ba2c4ae6c8795febe4594c72a /commands.c
parentcdf07a691ac11c0eb5c69a3885a87d76fbc011cd (diff)
Fetch senders' keys also when decrypting a message. There may be a
signature.
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index 22aee3cc..4716ad21 100644
--- a/commands.c
+++ b/commands.c
@@ -94,7 +94,7 @@ int mutt_display_message (HEADER *cur)
}
}
- if (cmflags & M_CM_VERIFY)
+ if ((cmflags & M_CM_VERIFY) || (cur->pgp & PGPENCRYPT))
{
if (cur->env->from)
pgp_invoke_getkeys (cur->env->from);