From 6e4b354923812347ca5f81f8ed6a05ab45d20c91 Mon Sep 17 00:00:00 2001 From: djcb Date: Thu, 9 Feb 2012 21:21:23 +0200 Subject: [PATCH] * mu-cmd-server.c: fix backend problem when forwarding messages with attachments --- src/mu-cmd-server.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mu-cmd-server.c b/src/mu-cmd-server.c index f93d1c87..919712a4 100644 --- a/src/mu-cmd-server.c +++ b/src/mu-cmd-server.c @@ -752,6 +752,7 @@ each_part (MuMsg *msg, MuMsgPart *part, GSList **attlist) if (!mu_msg_part_looks_like_attachment(part, TRUE)) return; + err = NULL; cachefile = mu_msg_part_save_temp (msg, part->index, &err); if (!cachefile) { server_error (&err, MU_ERROR_FILE, "could not save %s",