Removed configure option --with-hash-prefix and moved backup-prefix to profile
[mmh] / sbr / readconfig.c
index 2a68019..30585a2 100644 (file)
@@ -19,6 +19,7 @@ struct procstr {
 static struct procstr procs[] = {
     { "context",       &context },
     { "mh-sequences",  &mh_seq },
+    { "backup-prefix", &backup_prefix },
     { "buildmimeproc", &buildmimeproc },
     { "faceproc",      &faceproc },
     { "fileproc",      &fileproc },
@@ -33,6 +34,7 @@ static struct procstr procs[] = {
     { "postproc",      &postproc },
     { "rmfproc",       &rmfproc },
     { "rmmproc",       &rmmproc },
+    { "sendmail",      &sendmail },
     { "sendproc",      &sendproc },
     { "showmimeproc",  &showmimeproc },
     { "showproc",      &showproc },