Andreas Krennmair:
[apps/madmutt.git] / headers.c
index 4492bf7..59370cf 100644 (file)
--- a/headers.c
+++ b/headers.c
@@ -184,6 +184,8 @@ void mutt_edit_headers (const char *editor,
              &&ascii_strncasecmp ("pgp:", cur->data, 4) == 0)
     {
       msg->security = mutt_parse_crypt_hdr (cur->data + 4, 0);
+      if (msg->security)
+       msg->security |= APPLICATION_PGP;
       keep = 0;
     }