]> 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 280d25b38ec5742fd85506cb664bd77ce6cc6440..d93d04bd91453a4c17a6e04da66ca44092fa623f 100644 (file)
@@ -17,12 +17,11 @@ struct procstr {
 
 static struct procstr procs[] = {
        { "attachment-header",  &attach_hdr },
+       { "sign-header",   &sign_hdr },
+       { "enc-header",    &enc_hdr },
        { "context",       &context },
        { "mh-sequences",  &mh_seq },
-       { "backup-prefix", &backup_prefix },
        { "draft-folder",  &draftfolder },
-       { "altmsg-link",   &altmsglink },
-       { "fileproc",      &fileproc },
        { "listproc",      &listproc },
        { "sendmail",      &sendmail },
        { "trash-folder",  &trashfolder },