X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=headers.c;h=59370cf0a089df35f3ec3ccd730b50cfab505d7f;hb=3d937534e7b1ee723f86594b5e4c64c95158a933;hp=4492bf7d9f5217546d7deebba2aa1c5d0e1e7fd3;hpb=d7c69d8f0180e24b9ee48088d08090df7b4e27c2;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; }