X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frmf.c;h=923f23aed377c6887da6f151efe83719e86d45ba;hp=f214f59a8e12baa3ed46e178e267dede1a742587;hb=3cc8ed080f6e741b8df04a3ebe764c659e75cb38;hpb=a7771fd2e83d64228fb675749fc936151249dbd3 diff --git a/uip/rmf.c b/uip/rmf.c index f214f59..923f23a 100644 --- a/uip/rmf.c +++ b/uip/rmf.c @@ -139,8 +139,8 @@ rmf(char *folder) break; /* fall otherwise */ case NOTOK: - snprintf(cur, sizeof(cur), "atr-%s-%s", - current, toabsdir(folder)); + snprintf(cur, sizeof(cur), "atr-%s-%s", seq_cur, + toabsdir(folder)); if (!context_del(cur)) { printf("[+%s de-referenced]\n", folder); return OK;