X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=4e1fc2104299172795db2ef7e274fa4da5fb828a;hp=6c6fedbc1b3ce9ea68b62090991aa41238efef3e;hb=c7b5e1df086bcc37ff40163ee67571f076cf6683;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a diff --git a/uip/mhparam.c b/uip/mhparam.c index 6c6fedb..4e1fc21 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -15,7 +15,7 @@ static struct swit switches[] = { #define COMPSW 0 { "components", 0 }, #define NCOMPSW 1 - { "nocomponents", 0 }, + { "nocomponents", 2 }, #define ALLSW 2 { "all", 0 }, #define VERSIONSW 3 @@ -34,6 +34,8 @@ struct proc { static struct proc procs [] = { { "attachment-header", &attach_hdr }, + { "sign-header", &sign_hdr }, + { "enc-header", &enc_hdr }, { "context", &context }, { "mh-sequences", &mh_seq }, { "editor", &defaulteditor }, @@ -46,8 +48,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 },