X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmark.c;h=9bd45619932afc8c97b808b2e5052ecaa90cb1e8;hp=2bbba6d82f09eb8e4c3904359c29e9613e597af9;hb=197f95940cc0860683e6988352f721e6603f9339;hpb=b89abf4ec88b6bb884c427f5cf48005720e94e29 diff --git a/uip/mark.c b/uip/mark.c index 2bbba6d..9bd4561 100644 --- a/uip/mark.c +++ b/uip/mark.c @@ -249,7 +249,7 @@ main (int argc, char **argv) context_replace (pfolder, folder); /* update current folder */ context_save (); /* save the context file */ folder_free (mp); /* free folder/message structure */ - done (0); + return done (0); }