X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=7a1c512611fc3280fd5f1d6f74ce9db7740d8a5f;hp=4f20f55784dfd5835c8829e7f390d474a935ee2b;hb=8edc5aaf86f9f77124664f6801bc6c6cdf258173;hpb=8ff284ff9167eff8f5349481529332d59ed913b1 diff --git a/uip/mhparam.c b/uip/mhparam.c index 4f20f55..7a1c512 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,29 +36,21 @@ 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 }, - { "mailproc", &mailproc }, - { "mhlproc", &mhlproc }, - { "moreproc", &moreproc }, + { "listproc", &listproc }, + { "mimetypequeryproc", &mimetypequeryproc }, { "msgprot", &msgprot }, - { "postproc", &postproc }, - { "rmmproc", &rmmproc }, + { "pager", &defaultpager }, { "sendmail", &sendmail }, - { "sendproc", &sendproc }, - { "showmimeproc", &showmimeproc }, - { "showproc", &showproc }, { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir }, - { "libdir", &mhlibdir }, { "backup-prefix", &backup_prefix }, { "altmsg-link", &altmsglink }, { "draft-folder", &draftfolder }, + { "trash-folder", &trashfolder }, { NULL, NULL }, };