From 594d29a1b801a30477c9cc5eb2ef76e96924cdb7 Mon Sep 17 00:00:00 2001 From: teepe Date: Sat, 16 Feb 2002 00:03:50 +0000 Subject: [PATCH] Seth Randall, take 2 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2453 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/redirect.php | 2 +- src/webmail.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/redirect.php b/src/redirect.php index 52b20838..81373976 100644 --- a/src/redirect.php +++ b/src/redirect.php @@ -149,7 +149,7 @@ setPref($data_dir, $username, 'javascript_on', $js_pref); /* Compute the URL to forward the user to. */ if(isset($rcptemail)) { $redirect_url = 'webmail.php?right_frame=compose.php&rcptaddress='; - $redirect_url .= urlencode($rcptemail); + $redirect_url .= $rcptemail; } else { $redirect_url = 'webmail.php'; } diff --git a/src/webmail.php b/src/webmail.php index d3bc90ce..0c96bebe 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -90,7 +90,6 @@ if ($right_frame == 'right_main.php') { } elseif ($right_frame == 'folders.php') { $right_frame_url = 'folders.php'; } elseif ($right_frame == 'compose.php') { - $rcptaddress = urldecode($rcptaddress); $right_frame_url = "compose.php?send_to=$rcptaddress"; } else { $right_frame_url = 'right_main.php'; -- 2.25.1