* uip/mhshowsbr.c (show_all_messages): Be more generous when parsing
[mmh] / uip / mhshowsbr.c
index 08d676e..e28c73e 100644 (file)
@@ -119,7 +119,7 @@ show_all_messages (CT *cts)
        ct = *ctp;
 
        /* if top-level type is ok, then display message */
-       if (type_ok (ct, 0))
+       if (type_ok (ct, 1))
            show_single_message (ct, formsw);
     }
 }