X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhparam.c;h=87b4d17531cae8bc0ccd767ed325e3a6f36e0f46;hb=921ea2dd0444ebe67a980b54b8017125d371c8e6;hp=7a1c512611fc3280fd5f1d6f74ce9db7740d8a5f;hpb=8edc5aaf86f9f77124664f6801bc6c6cdf258173;p=mmh diff --git a/uip/mhparam.c b/uip/mhparam.c index 7a1c512..87b4d17 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,7 +37,6 @@ static struct proc procs [] = { { "context", &context }, { "mh-sequences", &mh_seq }, { "editor", &defaulteditor }, - { "fileproc", &fileproc }, { "foldprot", &foldprot }, { "listproc", &listproc }, { "mimetypequeryproc", &mimetypequeryproc }, @@ -47,8 +46,6 @@ static struct proc procs [] = { { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir }, - { "backup-prefix", &backup_prefix }, - { "altmsg-link", &altmsglink }, { "draft-folder", &draftfolder }, { "trash-folder", &trashfolder }, { NULL, NULL },