* mu-cmd-server.c: fix backend problem when forwarding messages with attachments

This commit is contained in:
djcb
2012-02-09 21:21:23 +02:00
parent 3745413637
commit 6e4b354923

View File

@ -752,6 +752,7 @@ each_part (MuMsg *msg, MuMsgPart *part, GSList **attlist)
if (!mu_msg_part_looks_like_attachment(part, TRUE)) if (!mu_msg_part_looks_like_attachment(part, TRUE))
return; return;
err = NULL;
cachefile = mu_msg_part_save_temp (msg, part->index, &err); cachefile = mu_msg_part_save_temp (msg, part->index, &err);
if (!cachefile) { if (!cachefile) {
server_error (&err, MU_ERROR_FILE, "could not save %s", server_error (&err, MU_ERROR_FILE, "could not save %s",