Hardcoded mhmail instead of mailproc.
[mmh] / uip / mhparam.c
index 1440dc3..38fc644 100644 (file)
@@ -39,9 +39,7 @@ static struct proc procs [] = {
        { "editor",        &defaulteditor },
        { "fileproc",      &fileproc },
        { "foldprot",      &foldprot },
-       { "lproc",         &lproc },
-       { "mailproc",      &mailproc },
-       { "mhlproc",       &mhlproc },
+       { "listproc",      &listproc },
        { "mimetypequeryproc", &mimetypequeryproc },
        { "msgprot",       &msgprot },
        { "pager",         &defaultpager },
@@ -49,8 +47,6 @@ static struct proc procs [] = {
        { "rmmproc",       &rmmproc },
        { "sendmail",      &sendmail },
        { "sendproc",      &sendproc },
-       { "showmimeproc",  &showmimeproc },
-       { "showproc",      &showproc },
        { "version",       &version_num },
        { "whatnowproc",   &whatnowproc },
        { "etcdir",        &mhetcdir },