]> diplodocus.org Git - nmh/blobdiff - uip/send.c
uip/replsbr.c: Replace single use of SBUFSIZ with NMH_BUFSIZ.
[nmh] / uip / send.c
index de94af2dc9b046f0aa35d9e10c0ec1ca56370d15..d284a8f4e990bccdd386e612f9b99055347bc63f 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * send.c -- send a composed message
+/* send.c -- send a composed message
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -66,9 +64,6 @@
     X("saslmech mechanism", SASLminc(6), SASLMECHSW) \
     X("authservice", SASLminc(0), AUTHSERVICESW) \
     X("user username", SASLminc(-4), USERSW) \
-    X("attach", -6, ATTACHSW) \
-    X("noattach", -8, NOATTACHSW) \
-    X("attachformat", 7, ATTACHFORMATSW) \
     X("port server-port-name/number", 4, PORTSW) \
     X("tls", TLSminc(-3), TLSSW) \
     X("initialtls", TLSminc(-10), INITTLSSW) \
@@ -300,17 +295,6 @@ main (int argc, char **argv)
                        adios (NULL, "missing argument to %s", argp[-2]);
                    vec[vecp++] = cp;
                    continue;
-               
-               case ATTACHSW:
-                   inform("The -attach switch is deprecated");
-                   continue;
-               case NOATTACHSW:
-                   inform("The -noattach switch is deprecated");
-                   continue;
-
-               case ATTACHFORMATSW:
-                   inform("The -attachformat switch is deprecated");
-                   continue;
            }
        } else {
            msgs[msgp++] = cp;