X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=ff53c4566382a24764a17a27dc50f19485458d5d;hp=2f6c8d7e211b76783c535edb0e4c16ab5d5272af;hb=d031b12a6bfef909d3f4170a7b5e438f4dd5f67e;hpb=1d11b74b25b888b74409380d588c5fdf14f65f1e diff --git a/sendlib.c b/sendlib.c index 2f6c8d7..ff53c45 100644 --- a/sendlib.c +++ b/sendlib.c @@ -982,7 +982,7 @@ static void transform_to_7bit (BODY * a, FILE * fpin) transform_to_7bit (a->parts, fpin); } - else if (mutt_is_message_type (a->type, a->subtype)) { + else if (mutt_is_message_type(a)) { mutt_message_to_7bit (a, fpin); } else {