X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=2d78cd95f2026e1444ee803f6ca0e565d65e49e3;hp=db8e85afce5512ef83e5542fc75142a3d1856b83;hb=068380df11432a5341882e658ec9cf5c0b54721d;hpb=cd1299b02c2fbe61f408a8387402494364688337 diff --git a/uip/mhparam.c b/uip/mhparam.c index db8e85a..2d78cd9 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -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 },