diff --git a/imp/lib/Mime/Viewer/Html.php b/imp/lib/Mime/Viewer/Html.php index a85142c87d4..f9f1c5a2152 100644 --- a/imp/lib/Mime/Viewer/Html.php +++ b/imp/lib/Mime/Viewer/Html.php @@ -257,7 +257,9 @@ protected function _IMPrender($inline) * within image blocking if possible. */ $tmp = new IMP_Mime_Status(array( _("Message styling has been suppressed in this message part since the style data lives on a remote server."), - Horde::link('#', '', $class) . _("Load Styling?") . '' + Horde::link('#', '', $class, '', '', '', '', array( + 'muid' => strval($contents->getIndicesOb()) + )) . _("Load Styling?") . '' )); $tmp->icon('mime/image.png'); $status[] = $tmp;