X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fslocal.c;h=9d468025e5e7e0fc87091524d1fcb7239c4b0a8a;hb=6d6b17fd2311daa48928e36bb131cda8fd1c91eb;hp=bd6b0a2714dc49c5e0b2a904bb68be518cb1de63;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;p=mmh diff --git a/uip/slocal.c b/uip/slocal.c index bd6b0a2..9d46802 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,9 +174,7 @@ 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 */