X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fslocal.c;h=107117f97fac68322086442a845af811c29e1493;hb=9fca5fd33b87291cdcb326c7aab6ab9574244289;hp=765bcbd621cde808dc44353f28b08b92b19210ad;hpb=dfecfa4b4b77983ddf8253b1b8effaf5c1a0ce80;p=mmh diff --git a/uip/slocal.c b/uip/slocal.c index 765bcbd..107117f 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -59,11 +59,11 @@ static struct swit switches[] = { #define VERBSW 8 { "verbose", 0 }, #define NVERBSW 9 - { "noverbose", 0 }, + { "noverbose", 2 }, #define DEBUGSW 10 { "debug", 0 }, #define VERSIONSW 11 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 12 { "help", 0 }, { NULL, 0 } @@ -174,15 +174,9 @@ main(int argc, char **argv) char mailbox[BUFSIZ], tmpfil[BUFSIZ]; char **argp, **arguments; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(*argv); - /* foil search of user profile/context */ - if (context_foil(NULL) == -1) { - done(1); - } arguments = getarguments(invo_name, argc, argv, 0); argp = arguments;