X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frmf.c;h=923f23aed377c6887da6f151efe83719e86d45ba;hb=3cc8ed080f6e741b8df04a3ebe764c659e75cb38;hp=f214f59a8e12baa3ed46e178e267dede1a742587;hpb=5b792c4424571f05bc2008e3109797d18d7d00d1;p=mmh 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;