summaryrefslogtreecommitdiff
path: root/libproto/imap/mbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/imap/mbox.c')
-rw-r--r--libproto/imap/mbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libproto/imap/mbox.c b/libproto/imap/mbox.c
index a8e6aa5ca..8845ef65a 100644
--- a/libproto/imap/mbox.c
+++ b/libproto/imap/mbox.c
@@ -165,7 +165,7 @@ __imap_msg_get_stream (struct _mu_imap_message *imsg, size_t msgno,
(_("caching message %lu"), (unsigned long) msgno));
if (!imbx->cache)
{
- rc = mu_temp_file_stream_create (&imbx->cache, NULL, 0);
+ rc = mu_temp_stream_create (&imbx->cache, 0);
if (rc)
/* FIXME: Try to recover first */
return rc;

Return to:

Send suggestions and report system problems to the System administrator.