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