send: Sign and encrypt messages automatically, based on Sign: and Enc: Hdrs.
[mmh] / sbr / readconfig.c
index 1b00bf9..d93d04b 100644 (file)
@@ -17,6 +17,8 @@ struct procstr {
 
 static struct procstr procs[] = {
        { "attachment-header",  &attach_hdr },
+       { "sign-header",   &sign_hdr },
+       { "enc-header",    &enc_hdr },
        { "context",       &context },
        { "mh-sequences",  &mh_seq },
        { "draft-folder",  &draftfolder },