X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhpath.c;h=c4fd935b815e9a9b96ded8da99ffd3cc0e0d1ddf;hb=a139e1ddbbe5e7fe89d7eb4a5dc16d4b9698960a;hp=3974515d961016d72be74d013b96472c8413632a;hpb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814;p=mmh 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; }