s/lproc/listproc/
[mmh] / uip / mhparam.c
index 4f20f55..64ee5d7 100644 (file)
@@ -11,8 +11,6 @@
 
 #include <h/mh.h>
 
-extern char *mhlibdir;
-
 static struct swit switches[] = {
 #define COMPSW  0
        { "components", 0 },
@@ -38,16 +36,15 @@ static struct proc procs [] = {
        { "attachment-header",  &attach_hdr },
        { "context",       &context },
        { "mh-sequences",  &mh_seq },
-       { "buildmimeproc", &buildmimeproc },
        { "editor",        &defaulteditor },
        { "fileproc",      &fileproc },
        { "foldprot",      &foldprot },
-       { "incproc",       &incproc },
-       { "lproc",         &lproc },
+       { "listproc",      &listproc },
        { "mailproc",      &mailproc },
        { "mhlproc",       &mhlproc },
-       { "moreproc",      &moreproc },
+       { "mimetypequeryproc", &mimetypequeryproc },
        { "msgprot",       &msgprot },
+       { "pager",         &defaultpager },
        { "postproc",      &postproc },
        { "rmmproc",       &rmmproc },
        { "sendmail",      &sendmail },
@@ -57,7 +54,6 @@ static struct proc procs [] = {
        { "version",       &version_num },
        { "whatnowproc",   &whatnowproc },
        { "etcdir",        &mhetcdir },
-       { "libdir",        &mhlibdir },
        { "backup-prefix", &backup_prefix },
        { "altmsg-link",   &altmsglink },
        { "draft-folder",  &draftfolder },