X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=a33994586e3fb6f4f5fdcd12abdf3720bd3570e1;hp=4cad041bb91cea48c89127373c71963a849bac43;hb=5f2b39344cca1086c975d47b730929d8f1904214;hpb=5ee5d678d59cf1deea31126bc886333f1be4571d diff --git a/uip/mhparam.c b/uip/mhparam.c index 4cad041..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 @@ -37,24 +37,18 @@ static struct proc procs [] = { { "context", &context }, { "mh-sequences", &mh_seq }, { "editor", &defaulteditor }, - { "fileproc", &fileproc }, { "foldprot", &foldprot }, { "listproc", &listproc }, - { "mailproc", &mailproc }, - { "mhlproc", &mhlproc }, { "mimetypequeryproc", &mimetypequeryproc }, { "msgprot", &msgprot }, { "pager", &defaultpager }, - { "postproc", &postproc }, - { "rmmproc", &rmmproc }, { "sendmail", &sendmail }, - { "sendproc", &sendproc }, { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir }, { "backup-prefix", &backup_prefix }, - { "altmsg-link", &altmsglink }, { "draft-folder", &draftfolder }, + { "trash-folder", &trashfolder }, { NULL, NULL }, };