Browse Source

removed old rcptaddress

stekkel 23 years ago
parent
commit
3d2b082c66
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/webmail.php

+ 0 - 2
src/webmail.php

@@ -100,8 +100,6 @@ if ($right_frame == 'right_main.php') {
     $right_frame_url = 'options.php';
     $right_frame_url = 'options.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') {
-    $right_frame_url = "compose.php?send_to=$rcptaddress";
 } else if ($right_frame == '') {
 } else if ($right_frame == '') {
     $right_frame_url = 'right_main.php';
     $right_frame_url = 'right_main.php';
 } else {
 } else {