X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814..386656ec3d9a80184f380a77169dc0a16bad89d5:/uip/refile.c diff --git a/uip/refile.c b/uip/refile.c index 0b3afe12..7bc6d0b9 100644 --- a/uip/refile.c +++ b/uip/refile.c @@ -266,7 +266,8 @@ main (int argc, char **argv) context_replace (pfolder, folder); /* update current folder */ context_save (); /* save the context file */ folder_free (mp); /* free folder structure */ - return done (0); + done (0); + return 1; }