X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fshow.c;h=f4674f7c6f34b76a006ba2ae21037adf004f8c11;hb=b21a31b058c3aa1802145dd32b56b2e9b5d8641f;hp=ff2043589e0f669c427fa831a83c8ae16f721f0b;hpb=3afd424b248b00353486cc9b3d25fc1e4bc04cdd;p=mmh diff --git a/uip/show.c b/uip/show.c index ff20435..f4674f7 100644 --- a/uip/show.c +++ b/uip/show.c @@ -330,23 +330,6 @@ go_to_it: ; done (0); } - /* - * If you are not using a nmh command as your "proc", then - * 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 (r1bindex (proc, '/'), "mhl") - && !draftsw - && !file - && chdir (maildir = concat (m_maildir (""), "/", NULL)) != NOTOK) { - mp->foldpath = concat (mp->foldpath, "/", NULL); - cp = ssequal (maildir, mp->foldpath) - ? mp->foldpath + strlen (maildir) - : mp->foldpath; - for (msgnum = procp; msgnum < vec.size; msgnum++) - vec.msgs[msgnum] = concat (cp, vec.msgs[msgnum], NULL); - } - vec.msgs[0] = r1bindex (proc, '/'); app_msgarg(&vec, NULL); execvp (proc, vec.msgs);