Removed the draft message in favor for a consistent draft folder facility
[mmh] / uip / spost.c
index db16f38..80c6183 100644 (file)
@@ -60,13 +60,13 @@ struct swit switches[] = {
        { "debug", -5 },
 #define DISTSW  18
        { "dist", -4 },  /* interface from dist */
-#define PUSHSW  22  /* fork to sendmail then exit */
+#define PUSHSW  19  /* fork to sendmail then exit */
        { "push", -4 },
-#define NPUSHSW  23  /* exec sendmail */
+#define NPUSHSW  20  /* exec sendmail */
        { "nopush", -6 },
-#define LIBSW  24
+#define LIBSW  21
        { "library directory", -7 },
-#define ANNOSW  25
+#define ANNOSW  22
        { "idanno number", -6 },
        { NULL, 0 }
 };