-
-/*
- * whom.c -- report to whom a message would be sent
+/* whom.c -- report to whom a message would be sent
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
#include <h/mh.h>
#include <h/utils.h>
#include <h/signals.h>
+#include "../sbr/m_maildir.h"
+#include "../sbr/m_mktemp.h"
#ifndef CYRUS_SASL
# define SASLminc(a) (a)
}
if (msg)
adios (NULL, "only one draft at a time!");
- else
- vec[vecp++] = msg = cp;
+ vec[vecp++] = msg = cp;
}
/* allow Aliasfile: profile entry */
switch (distsw ? child_id : OK) {
case NOTOK:
- advise (NULL, "unable to fork, so checking directly...");
+ inform("unable to fork, so checking directly...");
+ /* FALLTHRU */
case OK:
execvp (postproc, vec);
fprintf (stderr, "unable to exec ");