Seth Randall
authorteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 15 Feb 2002 10:46:35 +0000 (10:46 +0000)
committerteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 15 Feb 2002 10:46:35 +0000 (10:46 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2452 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/webmail.php

index 16e4b247d12043a040cd639e1a70e16325341ab7..d3bc90ce6fc5a93b8db043b1f9cb72ac6ba4208e 100644 (file)
@@ -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 {
 
 ?>
 </FRAMESET>
-</HEAD></HTML>
\ No newline at end of file
+</HEAD></HTML>