]> diplodocus.org Git - nmh/blobdiff - sbr/mts.c
Merge remote-tracking branch 'origin' into xoauth
[nmh] / sbr / mts.c
index 4a44c4420761a171a1f8347ef77ea0a2945bb290..99851d92a71a95c34bdc7020a6785adb25179394 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -78,13 +78,6 @@ char *pophost    = "";
 char *maildelivery = nmhetcdir(/maildelivery);
 
 
-/*
- * Aliasing Facility (doesn't belong here)
- */
-int Everyone = NOTOK;
-static char *everyone = "-1";
-char *NoShell = "";
-
 /*
  * Customize the MTS settings for nmh by adjusting
  * the file mts.conf in the nmh etc directory.
@@ -113,8 +106,6 @@ static struct bind binds[] = {
     { "pophost", &pophost },
 
     { "maildelivery", &maildelivery },
-    { "everyone", &everyone },
-    { "noshell", &NoShell },
     { NULL, NULL }
 };
 
@@ -163,8 +154,6 @@ mts_init (char *name)
         fclose (fp);
     }
 
-    Everyone = atoi (everyone);
-
     save_mts_method (mts_method);
 }