X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=inline;f=sbr%2Freadconfig.c;h=048ae4ba57641db18f34bd2c5bcbee4cc2113f61;hb=865335e03bab5e0ceb47a4d20564c3afb3de30c4;hp=fff8a84ea01621e7744fccb8aad750b3f3762daa;hpb=5b792c4424571f05bc2008e3109797d18d7d00d1;p=mmh diff --git a/sbr/readconfig.c b/sbr/readconfig.c index fff8a84..048ae4b 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -16,6 +16,7 @@ struct procstr { }; static struct procstr procs[] = { + { "attachment-header", &attach_hdr }, { "context", &context }, { "mh-sequences", &mh_seq }, { "backup-prefix", &backup_prefix }, @@ -27,7 +28,6 @@ static struct procstr procs[] = { { "lproc", &lproc }, { "mailproc", &mailproc }, { "mhlproc", &mhlproc }, - { "moreproc", &moreproc }, { "postproc", &postproc }, { "rmmproc", &rmmproc }, { "sendmail", &sendmail },