|
@@ -931,6 +931,7 @@ function formatAttachments($message, $ent_id, $mailbox, $id) {
|
|
$DefaultLink =
|
|
$DefaultLink =
|
|
"../src/download.php?startMessage=$startMessage&passed_id=$id&mailbox=$urlMailbox&passed_ent_id=$ent";
|
|
"../src/download.php?startMessage=$startMessage&passed_id=$id&mailbox=$urlMailbox&passed_ent_id=$ent";
|
|
if ($where && $what) {
|
|
if ($where && $what) {
|
|
|
|
+ $DefaultLink = '&where='. urlencode($where).'&what='.urlencode($what);
|
|
}
|
|
}
|
|
$Links['download link']['text'] = _("download");
|
|
$Links['download link']['text'] = _("download");
|
|
$Links['download link']['href'] =
|
|
$Links['download link']['href'] =
|