]> git.marmaro.de Git - mmh/blobdiff - uip/repl.c
Updated all man pages and renamed install-mh.man to mmh.man.
[mmh] / uip / repl.c
index 058b536757e29e33479f704d225787c0cf5348cc..ff936bc0a745ff7f7feb3f2c5420c7b5ca6498cd 100644 (file)
@@ -329,7 +329,7 @@ main(int argc, char **argv)
                if (mp->numsel > 1)
                        adios(NULL, "only one message at a time!");
 
-               context_replace(pfolder, folder);  /* update current folder */
+               context_replace(curfolder, folder); /* update current folder */
                seq_setcur(mp, mp->lowsel);  /* update current message  */
                seq_save(mp);  /* synchronize sequences   */
                context_save();  /* save the context file   */