X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fstatic%2Fjs%2Fview_mail.js;h=f1596dcae7c5a5425cf08f080cd1c33ddf4ae799;hb=d2c2d7a6285d47e5942fdfc610d4d07e356dc99e;hp=4e7635f041b980e5293a83d36ccf5b8ab20be1b3;hpb=05b61a4c3411f03872b249634f4d568b84ed7a82;p=citadel.git diff --git a/webcit-ng/static/js/view_mail.js b/webcit-ng/static/js/view_mail.js index 4e7635f04..f1596dcae 100644 --- a/webcit-ng/static/js/view_mail.js +++ b/webcit-ng/static/js/view_mail.js @@ -562,8 +562,10 @@ function mail_compose(references, quoted_msgnum, m_to, m_cc, m_subject) { if (is_quoted) { mail_display_message(quoted_msgnum, document.getElementById(quoted_div_name), 0); } + + // If this is a forwarded messages, preload its attachments into the forwarded copy. if (is_fwd) { - console.log("FIXME we have to load the attachments from message " + quoted_msgnum); + forward_attachments(quoted_msgnum); } if (is_reply) {