X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=a07b87d142f2e9ea5a82359df78df52994e21446;hp=5fc706cf30f1bb3cf44341ad2a8a70c769ab98b2;hb=ae0ce4dfcafa0c3820f107c5bfa8bd06e5272b57;hpb=9274cbe8e6410ddb95ddc667faa678a29da85420 diff --git a/sendlib.c b/sendlib.c index 5fc706c..a07b87d 100644 --- a/sendlib.c +++ b/sendlib.c @@ -17,6 +17,7 @@ #include #include #include +#include #include "mutt.h" #include "handler.h" @@ -412,7 +413,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; }