X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=headers.c;h=59370cf0a089df35f3ec3ccd730b50cfab505d7f;hb=b2b5c2916e7850ad2f4d1a1b6c8aeb0f1ed49be6;hp=4492bf7d9f5217546d7deebba2aa1c5d0e1e7fd3;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1;p=apps%2Fmadmutt.git diff --git a/headers.c b/headers.c index 4492bf7..59370cf 100644 --- 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; }