* mu-cmd-server.c: fix backend problem when forwarding messages with attachments
This commit is contained in:
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user