X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=handler.c;h=2ecf57765d7ba77b4a5691defe1cecbc12898a0f;hp=c72ddfccb38147e2ef907ce002603735eb2a2fb2;hb=6c9a7df6f0a909d987634888cbb7ccd9b17ecc09;hpb=f3cbb9f51357972f6e74244494236a41dc4d84cd diff --git a/handler.c b/handler.c index c72ddfc..2ecf577 100644 --- a/handler.c +++ b/handler.c @@ -1329,7 +1329,7 @@ int mutt_body_handler (BODY * b, STATE * s) plaintext = 1; } else if (b->type == TYPEMESSAGE) { - if (mutt_is_message_type (b->type, b->subtype)) + if (mutt_is_message_type (b)) handler = message_handler; else if (!ascii_strcasecmp ("delivery-status", b->subtype)) plaintext = 1;