From 7d29fd3473da817ce63a78260604e2e5aebb1d59 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 29 Oct 2009 00:29:25 -0600 Subject: [PATCH] Missed a few index->UID conversions --- imp/message.php | 4 ++-- imp/templates/message/navbar_top.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/imp/message.php b/imp/message.php index 4e64dc785..718c277b9 100644 --- a/imp/message.php +++ b/imp/message.php @@ -347,8 +347,8 @@ ksort($full_headers); /* For the self URL link, we can't trust the index in the query string as it * may have changed if we deleted/copied/moved messages. We may need other - * stuff in the query string, so we need to do an add/remove of 'index'. */ -$selfURL = Horde_Util::removeParameter(Horde::selfUrl(true), array('index', 'actionID', 'mailbox', 'thismailbox')); + * stuff in the query string, so we need to do an add/remove of 'uid'. */ +$selfURL = Horde_Util::removeParameter(Horde::selfUrl(true), array('actionID', 'mailbox', 'thismailbox', 'uid')); $selfURL = IMP::generateIMPUrl($selfURL, $imp_mbox['mailbox'], $uid, $mailbox_name); IMP::$newUrl = $selfURL = html_entity_decode(Horde_Util::addParameter($selfURL, 'message_token', $message_token)); $headersURL = htmlspecialchars(Horde_Util::removeParameter($selfURL, array('show_all_headers', 'show_list_headers'))); diff --git a/imp/templates/message/navbar_top.html b/imp/templates/message/navbar_top.html index 3d76eca42..c8f66febf 100644 --- a/imp/templates/message/navbar_top.html +++ b/imp/templates/message/navbar_top.html @@ -6,7 +6,7 @@ - +

-- 2.11.0