From b12e07a0eb8b5f96e6dcdd1bc49ad3284b9c88a8 Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 21 May 2001 15:04:47 +0000 Subject: [PATCH] * Fix for the UW/mh problem with deleting messages. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1393 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_mailbox.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/imap_mailbox.php b/functions/imap_mailbox.php index e8794669..371648fd 100755 --- a/functions/imap_mailbox.php +++ b/functions/imap_mailbox.php @@ -15,7 +15,6 @@ ** Expunges a mailbox ******************************************************************************/ function sqimap_mailbox_expunge ($imap_stream, $mailbox,$handle_errors = true) { - sqimap_mailbox_select ($imap_stream, $mailbox); fputs ($imap_stream, "a001 EXPUNGE\r\n"); $read = sqimap_read_data($imap_stream, "a001", $handle_errors, $response, $message); } -- 2.25.1