]> git.marmaro.de Git - mmh/blobdiff - uip/mhparam.c
Removed the `mhbuild' indirection via `buildmimeproc'.
[mmh] / uip / mhparam.c
index db8e85afce5512ef83e5542fc75142a3d1856b83..2d78cd95f2026e1444ee803f6ca0e565d65e49e3 100644 (file)
@@ -36,7 +36,6 @@ static struct proc procs [] = {
        { "attachment-header",  &attach_hdr },
        { "context",       &context },
        { "mh-sequences",  &mh_seq },
-       { "buildmimeproc", &buildmimeproc },
        { "editor",        &defaulteditor },
        { "fileproc",      &fileproc },
        { "foldprot",      &foldprot },
@@ -45,8 +44,8 @@ static struct proc procs [] = {
        { "mailproc",      &mailproc },
        { "mhlproc",       &mhlproc },
        { "mimetypequeryproc", &mimetypequeryproc },
-       { "moreproc",      &moreproc },
        { "msgprot",       &msgprot },
+       { "pager",         &defaultpager },
        { "postproc",      &postproc },
        { "rmmproc",       &rmmproc },
        { "sendmail",      &sendmail },