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