Moved the sendmail path config line from mts.conf to the MH profile
[mmh] / uip / mhparam.c
index 19f418e..0d5b32c 100644 (file)
@@ -58,6 +58,7 @@ static struct proc procs [] = {
      { "postproc",      &postproc },
      { "rmfproc",       &rmfproc },
      { "rmmproc",       &rmmproc },
+     { "sendmail",      &sendmail },
      { "sendproc",      &sendproc },
      { "showmimeproc",  &showmimeproc },
      { "showproc",      &showproc },
@@ -148,7 +149,7 @@ main(int argc, char **argv)
        for (np = m_defs; np; np = np->n_next)
            printf("%s: %s\n", np->n_name, np->n_field);
 
-    } if (debug) {
+    } else if (debug) {
        struct proc *ps;
 
        /*