#ifdef OAUTH_SUPPORT
# include <h/oauth.h>
#endif
+#include "h/done.h"
#include "sbr/m_maildir.h"
#include "sbr/m_mktemp.h"
#include "sbr/mime_type.h"
while (argp[i])
i++;
}
- args = (char **) mh_xmalloc((i + 2) * sizeof(char *));
+ args = mh_xmalloc((i + 2) * sizeof(char *));
/*
* For backward compatibility, we need to add -build
if ((cp = getenv ("mhdist"))
&& *cp
-#ifndef lint
&& atoi(cp)
-#endif /* not lint */
&& altmsg) {
vec[vecp++] = "-dist";
if ((cp = m_mktemp2(altmsg, invo_name, NULL, NULL)) == NULL) {
- adios(NULL, "unable to create temporary file in %s",
- get_temp_dir());
+ adios(NULL, "unable to create temporary file");
}
distfile = mh_xstrdup(cp);
(void) m_unlink(distfile);