]> git.marmaro.de Git - mmh/blobdiff - uip/mhtest.c
mhl forms: Display the sender header before the recipient headers.
[mmh] / uip / mhtest.c
index 871270ee672a80a798ccde528dfe9188652986d8..1c1684f444b893059a6e99a4c6f8e1176487eea9 100644 (file)
@@ -20,7 +20,7 @@ static struct swit switches[] = {
 #define VERBSW  0
        { "verbose", 0 },
 #define NVERBSW  1
-       { "noverbose", 0 },
+       { "noverbose", 2 },
 #define FILESW  2
        { "file file", 0 },
 #define OUTFILESW  3
@@ -97,9 +97,7 @@ main(int argc, char **argv)
 
        done=freects_done;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */