X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fslocal.c;h=107117f97fac68322086442a845af811c29e1493;hb=ffabbf91237cb3b11f0dcb03334fe8f1e688d3e3;hp=bd6b0a2714dc49c5e0b2a904bb68be518cb1de63;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;p=mmh diff --git a/uip/slocal.c b/uip/slocal.c index bd6b0a2..107117f 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -59,7 +59,7 @@ static struct swit switches[] = { #define VERBSW 8 { "verbose", 0 }, #define NVERBSW 9 - { "noverbose", 0 }, + { "noverbose", 2 }, #define DEBUGSW 10 { "debug", 0 }, #define VERSIONSW 11 @@ -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;