send: Sign and encrypt messages automatically, based on Sign: and Enc: Hdrs.
[mmh] / uip / mhparam.c
index 87b4d17..4e1fc21 100644 (file)
@@ -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 },