]> granicus.if.org Git - neomutt/commitdiff
Fetch senders' keys also when decrypting a message. There may be a
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 18 Aug 1999 06:53:51 +0000 (06:53 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 18 Aug 1999 06:53:51 +0000 (06:53 +0000)
signature.

commands.c

index 22aee3cc1db1cba4a67fde92afdae685ec52b1e1..4716ad21da413449ef189d48b5fb45979b784eca 100644 (file)
@@ -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);