Return type of (*done)() changed to void. default_done() replaced by
[mmh] / uip / refile.c
index 0b3afe1..7bc6d0b 100644 (file)
@@ -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;
 }