]> git.marmaro.de Git - mmh/blobdiff - uip/inc.c
We don't want to use copy() anymore; but kept it for concat() only
[mmh] / uip / inc.c
index 2a866e925867497638a42f80b770fd2465aa64e1..54eb70ef60cdb4d9997515493b1f59bf0ede8c39 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -506,7 +506,7 @@ main(int argc, char **argv)
        if (msgnum == hghnum) {
                admonish(NULL, "no messages incorporated");
        } else {
-               context_replace(pfolder, folder);  /* update current folder */
+               context_replace(curfolder, folder); /* update current folder */
                if (chgflag)
                        mp->curmsg = hghnum + 1;
                mp->hghmsg = msgnum;