X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814..386656ec3d9a80184f380a77169dc0a16bad89d5:/uip/mhpath.c diff --git a/uip/mhpath.c b/uip/mhpath.c index 3974515d..c4fd935b 100644 --- a/uip/mhpath.c +++ b/uip/mhpath.c @@ -123,5 +123,6 @@ main(int argc, char **argv) seq_save (mp); /* synchronize message sequences */ context_save (); /* save the context file */ folder_free (mp); /* free folder/message structure */ - return done (0); + done (0); + return 1; }