X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhparam.c;h=d2603522f858a5f9bb497280773c178a5ffb8657;hb=363d8b056113f4a54e84149977eac95505e38d59;hp=9e6e05c8da92cadcd5408427727d3ede45ea6ed0;hpb=cff8de7654cf393a494b01a587bd4d503d15a5e3;p=mmh diff --git a/uip/mhparam.c b/uip/mhparam.c index 9e6e05c..d260352 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -29,7 +29,7 @@ static struct swit switches[] = { #define HELPSW 4 { "help", 0 }, #define DEBUGSW 5 - { "debug", -5 }, + { "debug", 5 }, { NULL, 0 } }; @@ -42,7 +42,6 @@ static struct proc procs [] = { { "context", &context }, { "mh-sequences", &mh_seq }, { "buildmimeproc", &buildmimeproc }, - { "faceproc", &faceproc }, { "fileproc", &fileproc }, { "foldprot", &foldprot }, { "formatproc", &formatproc },