]> git.marmaro.de Git - mmh/blobdiff - uip/mhparam.c
Moved the sendmail path config line from mts.conf to the MH profile
[mmh] / uip / mhparam.c
index 19f418e918a12399736c1a6e274b167086df4c13..0d5b32c85e83b057afb33b3f0d4e6ad425a1a32a 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;
 
        /*