Removed msh, vmh and wmh.
[mmh] / uip / mhparam.c
index 8384544..eae587d 100644 (file)
@@ -15,9 +15,6 @@
 extern char *mhlibdir;
 extern char *mhetcdir;
 
-char *sbackup = BACKUP_PREFIX;
-char *slink = LINK;
-
 static struct swit switches[] = {
 #define        COMPSW    0
     { "components", 0 },
@@ -43,6 +40,7 @@ static struct proc procs [] = {
      { "context",       &context },
      { "mh-sequences",  &mh_seq },
      { "buildmimeproc", &buildmimeproc },
+     { "editor",        &defaulteditor },
      { "faceproc",      &faceproc },
      { "fileproc",      &fileproc },
      { "foldprot",      &foldprot },
@@ -53,22 +51,21 @@ static struct proc procs [] = {
      { "mhlproc",       &mhlproc },
      { "moreproc",      &moreproc },
      { "msgprot",       &msgprot },
-     { "mshproc",       &mshproc },
      { "packproc",      &packproc },
      { "postproc",      &postproc },
      { "rmfproc",       &rmfproc },
      { "rmmproc",       &rmmproc },
+     { "sendmail",      &sendmail },
      { "sendproc",      &sendproc },
      { "showmimeproc",  &showmimeproc },
      { "showproc",      &showproc },
      { "version",       &version_num },
-     { "vmhproc",       &vmhproc },
      { "whatnowproc",   &whatnowproc },
      { "whomproc",      &whomproc },
      { "etcdir",        &mhetcdir },
      { "libdir",        &mhlibdir },
-     { "sbackup",       &sbackup },
-     { "link",          &slink },
+     { "backup-prefix", &backup_prefix },
+     { "altmsg-link",   &altmsglink },
      { NULL,            NULL },
 };