moreproc is now Pager/defaultpager; removed -moreproc flags; added env vars.
[mmh] / sbr / readconfig.c
index fff8a84..09cc4bd 100644 (file)
@@ -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,7 @@ static struct procstr procs[] = {
        { "lproc",         &lproc },
        { "mailproc",      &mailproc },
        { "mhlproc",       &mhlproc },
-       { "moreproc",      &moreproc },
+       { "pager",         &defaultpager },
        { "postproc",      &postproc },
        { "rmmproc",       &rmmproc },
        { "sendmail",      &sendmail },