mhmail: For mailx(1) compat: A period alone on a line means EOF.
[mmh] / uip / spost.c
index f3630d2..4384bc4 100644 (file)
@@ -23,15 +23,15 @@ struct swit switches[] = {
 #define VERBSW  0
        { "verbose", 0 },
 #define NVERBSW  1
-       { "noverbose", 0 },
+       { "noverbose", 2 },
 #define WATCSW  2
        { "watch", 0 },
 #define NWATCSW  3
-       { "nowatch", 0 },
+       { "nowatch", 2 },
 #define ALIASW  4
        { "alias aliasfile", 0 },
 #define NALIASW  5
-       { "noalias", 0 },
+       { "noalias", 2 },
 #define VERSIONSW  6
        { "Version", 0 },
 #define HELPSW  7