fix for trailing space in personal address names
[squirrelmail.git] / src / webmail.php
index 86df9f81eec8fe9eac95729e36e7da23c61d9c41..1f1362da1bed1515a528215e0b4083d3bfb3034b 100644 (file)
@@ -100,8 +100,6 @@ if ($right_frame == 'right_main.php') {
     $right_frame_url = 'options.php';
 } elseif ($right_frame == 'folders.php') {
     $right_frame_url = 'folders.php';
-} elseif ($right_frame == 'compose.php') {
-    $right_frame_url = "compose.php?send_to=$rcptaddress";
 } else if ($right_frame == '') {
     $right_frame_url = 'right_main.php';
 } else {