X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frefile.c;h=6c5a8f65f33b71abac3b62d485e945eb0a4edf37;hb=6d6b17fd2311daa48928e36bb131cda8fd1c91eb;hp=e4433bd91dde97f9494f81757f5ecb143f109a46;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;p=mmh diff --git a/uip/refile.c b/uip/refile.c index e4433bd..6c5a8f6 100644 --- a/uip/refile.c +++ b/uip/refile.c @@ -16,7 +16,7 @@ static struct swit switches[] = { #define LINKSW 0 { "link", 0 }, #define NLINKSW 1 - { "nolink", 0 }, + { "nolink", 2 }, #define SRCSW 2 { "src +folder", 0 }, #define FILESW 3 @@ -57,9 +57,7 @@ main(int argc, char **argv) struct msgs_array msgs = { 0, 0, NULL }; struct msgs *mp; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); context_read();