X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=4e1fc2104299172795db2ef7e274fa4da5fb828a;hp=a33994586e3fb6f4f5fdcd12abdf3720bd3570e1;hb=c7b5e1df086bcc37ff40163ee67571f076cf6683;hpb=5f2b39344cca1086c975d47b730929d8f1904214 diff --git a/uip/mhparam.c b/uip/mhparam.c index a339945..4e1fc21 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -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,7 +48,6 @@ static struct proc procs [] = { { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir }, - { "backup-prefix", &backup_prefix }, { "draft-folder", &draftfolder }, { "trash-folder", &trashfolder }, { NULL, NULL },