From b82a6bba738f2f8e6bb04bb5e56ebe166dab6346 Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 6 Aug 2002 22:54:03 +0000 Subject: [PATCH] removed old rcptaddress git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3264 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/webmail.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/webmail.php b/src/webmail.php index 86df9f81..1f1362da 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -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 { -- 2.25.1