]> git.marmaro.de Git - mmh/blobdiff - uip/mhshowsbr.c
* uip/mhshowsbr.c (show_all_messages): Be more generous when parsing
[mmh] / uip / mhshowsbr.c
index 08d676e035626d7f2046c2cb2ac62f681ebc1e55..e28c73ea655cb6dba325696176d2acbaa8a113f8 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);
     }
 }