Browse Source

Seth Randall

teepe 23 years ago
parent
commit
d17e08162c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/webmail.php

+ 2 - 1
src/webmail.php

@@ -90,6 +90,7 @@ if ($right_frame == 'right_main.php') {
 } elseif ($right_frame == 'folders.php') {
 } elseif ($right_frame == 'folders.php') {
     $right_frame_url = 'folders.php';
     $right_frame_url = 'folders.php';
 } elseif ($right_frame == 'compose.php') {
 } elseif ($right_frame == 'compose.php') {
+    $rcptaddress = urldecode($rcptaddress);
     $right_frame_url = "compose.php?send_to=$rcptaddress";
     $right_frame_url = "compose.php?send_to=$rcptaddress";
 } else {
 } else {
     $right_frame_url = 'right_main.php';
     $right_frame_url = 'right_main.php';
@@ -106,4 +107,4 @@ else {
 
 
 ?>
 ?>
 </FRAMESET>
 </FRAMESET>
-</HEAD></HTML>
+</HEAD></HTML>