]> git.marmaro.de Git - mmh/blobdiff - uip/mhparam.c
send: Sign and encrypt messages automatically, based on Sign: and Enc: Hdrs.
[mmh] / uip / mhparam.c
index 87b4d17531cae8bc0ccd767ed325e3a6f36e0f46..4e1fc2104299172795db2ef7e274fa4da5fb828a 100644 (file)
@@ -34,6 +34,8 @@ struct proc {
 
 static struct proc procs [] = {
        { "attachment-header",  &attach_hdr },
 
 static struct proc procs [] = {
        { "attachment-header",  &attach_hdr },
+       { "sign-header",   &sign_hdr },
+       { "enc-header",    &enc_hdr },
        { "context",       &context },
        { "mh-sequences",  &mh_seq },
        { "editor",        &defaulteditor },
        { "context",       &context },
        { "mh-sequences",  &mh_seq },
        { "editor",        &defaulteditor },