X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fwhatnow.c;h=d0b0f93abf190be4eb4d9d2d8255e59d3f78c73b;hb=12fc1bc3b016c93fa00712de76a286c09dc1ee39;hp=75d9a9b62d7c61e69bebb356341f27ccc2e38184;hpb=2968a0027b4c64664076f0d03a37f9744fe26782;p=mmh diff --git a/uip/whatnow.c b/uip/whatnow.c index 75d9a9b..d0b0f93 100644 --- a/uip/whatnow.c +++ b/uip/whatnow.c @@ -625,9 +625,6 @@ editfile(char **ed, char **arg, char *file, int use, struct msgs *mp, else snprintf(linkpath, sizeof(linkpath), "%s/%s", cwd, altmsglink); - } - - if (altmsg) { unlink(linkpath); #ifdef HAVE_LSTAT if (link(altpath, linkpath) == NOTOK) {