X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=4cad041bb91cea48c89127373c71963a849bac43;hp=0f9c487c761d628a5ce2dc2ea31b29b6df4833d7;hb=5ee5d678d59cf1deea31126bc886333f1be4571d;hpb=0c4214ea2aec6497d0d67b436bbee9bc1d225f1e diff --git a/uip/mhparam.c b/uip/mhparam.c index 0f9c487..4cad041 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -36,12 +36,10 @@ 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 }, { "mimetypequeryproc", &mimetypequeryproc }, @@ -51,8 +49,6 @@ static struct proc procs [] = { { "rmmproc", &rmmproc }, { "sendmail", &sendmail }, { "sendproc", &sendproc }, - { "showmimeproc", &showmimeproc }, - { "showproc", &showproc }, { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir },