From a507a781aacfd78bc8292aa7b706dc98f491e152 Mon Sep 17 00:00:00 2001 From: teepe Date: Fri, 15 Feb 2002 10:46:35 +0000 Subject: [PATCH] Seth Randall git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2452 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/webmail.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/webmail.php b/src/webmail.php index 16e4b24..d3bc90c 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -90,6 +90,7 @@ 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'; @@ -106,4 +107,4 @@ else { ?> - \ No newline at end of file + -- 1.9.1