X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhparam.c;h=20a95e7ba8179316813b656871befee3e7f34a83;hb=8edf2fa76c7b6d224d3f1b8cc7a764e624c45816;hp=1440dc32752e5ba0ec0e48c804a8df6b10cab51b;hpb=bec79382afc185947279c0f3c724c5983944ee7f;p=mmh diff --git a/uip/mhparam.c b/uip/mhparam.c index 1440dc3..20a95e7 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -39,18 +39,12 @@ static struct proc procs [] = { { "editor", &defaulteditor }, { "fileproc", &fileproc }, { "foldprot", &foldprot }, - { "lproc", &lproc }, - { "mailproc", &mailproc }, - { "mhlproc", &mhlproc }, + { "listproc", &listproc }, { "mimetypequeryproc", &mimetypequeryproc }, { "msgprot", &msgprot }, { "pager", &defaultpager }, - { "postproc", &postproc }, { "rmmproc", &rmmproc }, { "sendmail", &sendmail }, - { "sendproc", &sendproc }, - { "showmimeproc", &showmimeproc }, - { "showproc", &showproc }, { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir },