X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=64ee5d77a7b878973b68c643f6c70c079bc6ae14;hp=2a1d97e20f6239aff278959689e55e25eb3ccf05;hb=f33f12af33361e5d688cd1700c1ee03af5988fd9;hpb=3baec236a39c5c89a9bda8dbd988d643a21decc6 diff --git a/uip/mhparam.c b/uip/mhparam.c index 2a1d97e..64ee5d7 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -11,8 +11,6 @@ #include -extern char *mhlibdir; - static struct swit switches[] = { #define COMPSW 0 { "components", 0 }, @@ -38,17 +36,15 @@ 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 }, - { "moreproc", &moreproc }, { "msgprot", &msgprot }, + { "pager", &defaultpager }, { "postproc", &postproc }, { "rmmproc", &rmmproc }, { "sendmail", &sendmail }, @@ -58,7 +54,6 @@ static struct proc procs [] = { { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir }, - { "libdir", &mhlibdir }, { "backup-prefix", &backup_prefix }, { "altmsg-link", &altmsglink }, { "draft-folder", &draftfolder },