X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=sendlib.c;h=7674a32604a649b34b758dce19f675c600184808;hb=2ea77d3b2827ba23feb756ce2fb936565ae38998;hp=5fc706cf30f1bb3cf44341ad2a8a70c769ab98b2;hpb=9274cbe8e6410ddb95ddc667faa678a29da85420;p=apps%2Fmadmutt.git diff --git a/sendlib.c b/sendlib.c index 5fc706c..7674a32 100644 --- a/sendlib.c +++ b/sendlib.c @@ -412,7 +412,7 @@ int mutt_write_mime_body (BODY * a, FILE * f) /* This is pretty gross, but it's the best solution for now... */ if ((WithCrypto & APPLICATION_PGP) && a->type == TYPEAPPLICATION - && str_cmp (a->subtype, "pgp-encrypted") == 0) { + && m_strcmp(a->subtype, "pgp-encrypted") == 0) { fputs ("Version: 1\n", f); return 0; }