X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhparam.c;h=db8e85afce5512ef83e5542fc75142a3d1856b83;hb=33b33a0ac8a3f8f05c9bb0195c100306c00cce35;hp=4f20f55784dfd5835c8829e7f390d474a935ee2b;hpb=8ff284ff9167eff8f5349481529332d59ed913b1;p=mmh diff --git a/uip/mhparam.c b/uip/mhparam.c index 4f20f55..db8e85a 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 }, @@ -46,6 +44,7 @@ static struct proc procs [] = { { "lproc", &lproc }, { "mailproc", &mailproc }, { "mhlproc", &mhlproc }, + { "mimetypequeryproc", &mimetypequeryproc }, { "moreproc", &moreproc }, { "msgprot", &msgprot }, { "postproc", &postproc }, @@ -57,7 +56,6 @@ static struct proc procs [] = { { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir }, - { "libdir", &mhlibdir }, { "backup-prefix", &backup_prefix }, { "altmsg-link", &altmsglink }, { "draft-folder", &draftfolder },