X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhparam.c;h=d456454457cd02e0bf80987f641a6d5dbec2c982;hb=3b91e463fc7a4db9e7b69e2e0f4f7909339beea5;hp=db8e85afce5512ef83e5542fc75142a3d1856b83;hpb=cd1299b02c2fbe61f408a8387402494364688337;p=mmh diff --git a/uip/mhparam.c b/uip/mhparam.c index db8e85a..d456454 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -36,23 +36,16 @@ 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 }, - { "mailproc", &mailproc }, - { "mhlproc", &mhlproc }, + { "listproc", &listproc }, { "mimetypequeryproc", &mimetypequeryproc }, - { "moreproc", &moreproc }, { "msgprot", &msgprot }, - { "postproc", &postproc }, + { "pager", &defaultpager }, { "rmmproc", &rmmproc }, { "sendmail", &sendmail }, { "sendproc", &sendproc }, - { "showmimeproc", &showmimeproc }, - { "showproc", &showproc }, { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir },