X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=handler.c;fp=handler.c;h=2ecf57765d7ba77b4a5691defe1cecbc12898a0f;hp=c72ddfccb38147e2ef907ce002603735eb2a2fb2;hb=024fe257a96f97619e236bbdafe57b63101eb17f;hpb=1d11b74b25b888b74409380d588c5fdf14f65f1e 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;