X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Freadconfig.c;h=d93d04bd91453a4c17a6e04da66ca44092fa623f;hp=1b00bf9682b6a3e246f1325b7576428de65339d0;hb=c7b5e1df086bcc37ff40163ee67571f076cf6683;hpb=c04ddf6908d7d3e3d41408d03f086273dee47b6e diff --git a/sbr/readconfig.c b/sbr/readconfig.c index 1b00bf9..d93d04b 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -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 },