fix stupid problem with encrypted gpg mails.
[apps/madmutt.git] / lib-mime / crypt.c
index 2ef6c42..7c55f2b 100644 (file)
@@ -117,7 +117,7 @@ int mutt_is_application_pgp (BODY * m)
                 t |= PGPSIGN;
                 break;
 
-              case MIME_PGP_ENCRYPT:
+              case MIME_PGP_ENCRYPTED:
                 t |= PGPENCRYPT;
                 break;