X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fshow.c;h=1acaf70eed5208587ba358a00fe37846eef16676;hb=67411b1f95d6ec987b4c732459e1ba8a8ac192c6;hp=38bb4b535597b41b455600bef31305325ec087db;hpb=58160ee7bcee7dcc7dbf8e2d5377009e48bcf40b;p=mmh diff --git a/uip/show.c b/uip/show.c index 38bb4b5..1acaf70 100644 --- a/uip/show.c +++ b/uip/show.c @@ -287,21 +287,6 @@ go_to_it: ; if (folder && !file) m_putenv("mhfolder", folder); - /* - ** For backward compatibility, if the "proc" is mhn, - ** then add "-show" option. Add "-file" if showing - ** file. - */ - if (strcmp(mhbasename(proc), "mhn") == 0) { - if (file) { - vec[vecp] = vec[vecp - 1]; - vec[vecp - 1] = "-file"; - vecp++; - } - vec[vecp++] = "-show"; - vec[vecp] = NULL; - } - /* If the "proc" is "mhshow", add "-file" if showing file. */ if (strcmp(mhbasename(proc), "mhshow") == 0 && file ) { vec[vecp] = vec[vecp - 1]; @@ -321,8 +306,7 @@ go_to_it: ; /* ** 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. + ** add the path to the message names. */ if (strcmp(mhbasename(proc), "mhl")==0 && !file