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