X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhparam.c;h=4e1fc2104299172795db2ef7e274fa4da5fb828a;hb=10e03b3fba3e01052baf92c963c46a2a5529b4e0;hp=87b4d17531cae8bc0ccd767ed325e3a6f36e0f46;hpb=ca0b3e830b86700d9e5e31b1784de2bdcaf58fc5;p=mmh diff --git a/uip/mhparam.c b/uip/mhparam.c index 87b4d17..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 },