From fe84f328ecf6bfc6f6ec1b2d2c216cdcbe70665d Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 21 May 2001 14:56:38 +0000 Subject: [PATCH] * Put the select back in. Something is wrong with UW/mh if removing this line works good for them. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1392 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/delete_message.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/delete_message.php b/src/delete_message.php index 1f267c6a..dd78d2bd 100644 --- a/src/delete_message.php +++ b/src/delete_message.php @@ -16,6 +16,8 @@ $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0); + sqimap_mailbox_select($imapConnection, $mailbox); + sqimap_messages_delete($imapConnection, $message, $message, $mailbox); if ($auto_expunge) sqimap_mailbox_expunge($imapConnection, $mailbox, true); -- 2.25.1