Removed the -[no]watch flags of send and post.
[mmh] / uip / mhbuild.c
index 67b2e0e..113ff38 100644 (file)
@@ -32,9 +32,9 @@ static struct swit switches[] = {
 #define VERBSW  0
        { "verbose", 0 },
 #define NVERBSW  1
-       { "noverbose", 0 },
+       { "noverbose", 2 },
 #define VERSIONSW  2
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  3
        { "help", 0 },
 #define DEBUGSW  4
@@ -117,9 +117,7 @@ main(int argc, char **argv)
 
        done = unlink_done;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */