X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Ffolder.c;h=84b43650b77a3a3b4f37fc331651655ed95db00b;hp=92ee49624e18849800b1dfe324860bdba807c6aa;hb=2abb9a7cfb0930e27062088734d306e7d78e4cc2;hpb=fede6e42d81ce34fd5c1bbe7fb2757b281c2573a diff --git a/uip/folder.c b/uip/folder.c index 92ee496..84b4365 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -12,6 +12,8 @@ #include #include #include +#include +#include static struct swit switches[] = { #define ALLSW 0 @@ -367,7 +369,7 @@ main(int argc, char **argv) ** Check if folder exists. If not, then see if ** we should create it, or just exit. */ - create_folder(toabsdir(folder), fcreat, done); + create_folder(toabsdir(folder), fcreat, exit); if (get_folder_info(folder, msg) && argfolder) { /* update current folder */