X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=inline;f=headers.c;h=1e95ed6cbbb592a64dee3c236e8f36ea994d2ccd;hb=10b7d54ecaa5c54622bf1239b57fa2e3359db0e1;hp=d1f2e35a91f1c7126397427b2e2b383d4b2def13;hpb=51c07577bff89fde3038940cc06ac01bc28557b9;p=apps%2Fmadmutt.git diff --git a/headers.c b/headers.c index d1f2e35..1e95ed6 100644 --- a/headers.c +++ b/headers.c @@ -164,8 +164,7 @@ void mutt_edit_headers (const char *editor, } - else if ((WithCrypto & APPLICATION_PGP) - && ascii_strncasecmp ("pgp:", cur->data, 4) == 0) { + else if (ascii_strncasecmp("pgp:", cur->data, 4) == 0) { msg->security = mutt_parse_crypt_hdr (cur->data + 4, 0); if (msg->security) msg->security |= APPLICATION_PGP;