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