From aa32c5e4a04adb6e5bc3db6a25ef736ffc267d3a Mon Sep 17 00:00:00 2001 From: nehresma Date: Sat, 4 Dec 1999 17:16:36 +0000 Subject: [PATCH 1/1] beautified a bit of code and made stuff a bit more efficient. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@54 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/display_messages.php | 2 -- src/move_messages.php | 3 ++- src/right_main.php | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/display_messages.php b/functions/display_messages.php index 87dbab9b..18314c1d 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -45,7 +45,6 @@ echo " "; echo " "; echo ""; - echo ""; } function messages_deleted_message($mailbox, $sort, $startMessage) { @@ -63,6 +62,5 @@ echo " "; echo " "; echo ""; - echo ""; } ?> diff --git a/src/move_messages.php b/src/move_messages.php index 8fcc2e51..d5e47691 100644 --- a/src/move_messages.php +++ b/src/move_messages.php @@ -1,3 +1,4 @@ + "; $imapConnection = loginToImapServer($username, $key, $imapServerAddress); // switch to the mailbox, and get the number of messages in it. @@ -42,3 +42,4 @@ fputs($imapConnection, "1 logout"); ?> + diff --git a/src/right_main.php b/src/right_main.php index 3071e422..ffe3117b 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -54,6 +54,7 @@ if (!isset($mailbox)) { displayPageHeader("None"); general_info($motd, $org_logo, $version, $org_name); + echo ""; exit; } -- 2.25.1