X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=7c4366912fbd94a614f8ce6fd1462da6584369de;hp=2d78cd95f2026e1444ee803f6ca0e565d65e49e3;hb=dfa0332c4e6144699dedd5c9795219adc0f9c0d2;hpb=068380df11432a5341882e658ec9cf5c0b54721d diff --git a/uip/mhparam.c b/uip/mhparam.c index 2d78cd9..7c43669 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -39,10 +39,8 @@ static struct proc procs [] = { { "editor", &defaulteditor }, { "fileproc", &fileproc }, { "foldprot", &foldprot }, - { "incproc", &incproc }, - { "lproc", &lproc }, + { "listproc", &listproc }, { "mailproc", &mailproc }, - { "mhlproc", &mhlproc }, { "mimetypequeryproc", &mimetypequeryproc }, { "msgprot", &msgprot }, { "pager", &defaultpager }, @@ -50,8 +48,6 @@ static struct proc procs [] = { { "rmmproc", &rmmproc }, { "sendmail", &sendmail }, { "sendproc", &sendproc }, - { "showmimeproc", &showmimeproc }, - { "showproc", &showproc }, { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir },