X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=a33994586e3fb6f4f5fdcd12abdf3720bd3570e1;hp=db8e85afce5512ef83e5542fc75142a3d1856b83;hb=5f2b39344cca1086c975d47b730929d8f1904214;hpb=cd1299b02c2fbe61f408a8387402494364688337 diff --git a/uip/mhparam.c b/uip/mhparam.c index db8e85a..a339945 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -15,11 +15,11 @@ static struct swit switches[] = { #define COMPSW 0 { "components", 0 }, #define NCOMPSW 1 - { "nocomponents", 0 }, + { "nocomponents", 2 }, #define ALLSW 2 { "all", 0 }, #define VERSIONSW 3 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 4 { "help", 0 }, #define DEBUGSW 5 @@ -36,29 +36,19 @@ 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 }, + { "listproc", &listproc }, { "mimetypequeryproc", &mimetypequeryproc }, - { "moreproc", &moreproc }, { "msgprot", &msgprot }, - { "postproc", &postproc }, - { "rmmproc", &rmmproc }, + { "pager", &defaultpager }, { "sendmail", &sendmail }, - { "sendproc", &sendproc }, - { "showmimeproc", &showmimeproc }, - { "showproc", &showproc }, { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir }, { "backup-prefix", &backup_prefix }, - { "altmsg-link", &altmsglink }, { "draft-folder", &draftfolder }, + { "trash-folder", &trashfolder }, { NULL, NULL }, };