]> git.marmaro.de Git - mmh/blobdiff - sbr/readconfig.c
send: Sign and encrypt messages automatically, based on Sign: and Enc: Hdrs.
[mmh] / sbr / readconfig.c
index 1b00bf9682b6a3e246f1325b7576428de65339d0..d93d04bd91453a4c17a6e04da66ca44092fa623f 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 },