X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhpath.c;h=c4fd935b815e9a9b96ded8da99ffd3cc0e0d1ddf;hp=3974515d961016d72be74d013b96472c8413632a;hb=38615191e71744b066425e0c44412b62dbe49cc2;hpb=045101c0a79f43fe566422622f154d5cc0141d8a diff --git a/uip/mhpath.c b/uip/mhpath.c index 3974515..c4fd935 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; }