X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshowsbr.c;h=368b25c1044587226aa74446c968febf33346b02;hb=666e1973600c0952d3bc3c1f8fb51ecfa16a6998;hp=9317defd0af4bda6c5fcad08ae2cefe52a7d0a0b;hpb=c79c37f2b6e647212c36b63841a4628af01c774a;p=mmh diff --git a/uip/mhshowsbr.c b/uip/mhshowsbr.c index 9317def..368b25c 100644 --- a/uip/mhshowsbr.c +++ b/uip/mhshowsbr.c @@ -2,8 +2,6 @@ /* * mhshowsbr.c -- routines to display the contents of MIME messages * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -746,7 +744,7 @@ show_multi_internal (CT ct, int serial, int alternate) for (part = m->mp_parts; part; part = part->mp_next) { p = part->mp_part; - if (part_ok (p, 0) && type_ok (p, 0)) { + if (part_ok (p, 1) && type_ok (p, 1)) { int inneresult; inneresult = show_switch (p, nowserial, nowalternate);