X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Freadconfig.c;h=d93d04bd91453a4c17a6e04da66ca44092fa623f;hb=2abb9a7cfb0930e27062088734d306e7d78e4cc2;hp=1b00bf9682b6a3e246f1325b7576428de65339d0;hpb=ca0b3e830b86700d9e5e31b1784de2bdcaf58fc5;p=mmh 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 },