projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d297b22
)
Fixed mhmail. (It wanted to read the profile to create a temp file.)
author
markus schnalke
<meillo@marmaro.de>
Wed, 8 Feb 2012 13:58:01 +0000
(14:58 +0100)
committer
markus schnalke
<meillo@marmaro.de>
Wed, 8 Feb 2012 13:58:01 +0000
(14:58 +0100)
uip/mhmail.c
patch
|
blob
|
history
diff --git
a/uip/mhmail.c
b/uip/mhmail.c
index
a013ecb
..
f9e7fcd
100644
(file)
--- a/
uip/mhmail.c
+++ b/
uip/mhmail.c
@@
-130,7
+130,7
@@
main(int argc, char **argv)
if (tolist == NULL)
adios(NULL, "usage: %s addrs ... [switches]", invo_name);
- tfile = m_mktemp2(NULL, invo_name, NULL, &out);
+ tfile = m_mktemp2("/tmp/", invo_name, NULL, &out);
if (tfile == NULL)
adios("mhmail", "unable to create temporary file");
chmod(tfile, 0600);