X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fshow.c;h=e7ecb72d7259e316b193419cb8cdc7d944d33832;hb=d3ba09a465cb0e5fc9a74d0b152a7ed965f895cb;hp=999272b0aa766e2e6e5799d5632725cfca9bc72d;hpb=b0b1dd37ff515578cf7cba51625189eb34a196cb;p=mmh diff --git a/uip/show.c b/uip/show.c index 999272b..e7ecb72 100644 --- a/uip/show.c +++ b/uip/show.c @@ -335,7 +335,7 @@ go_to_it: ; ** add the path to the message names. Currently, we are just ** checking for mhn here, since we've already taken care of mhl. */ - if (!strcmp(mhbasename(proc), "mhl") + if (strcmp(mhbasename(proc), "mhl")==0 && !file && chdir(maildir = concat(toabsdir("+"), "/", NULL)) != NOTOK) {