From d3defffebb0040a4be445abef6edf7b54fa33615 Mon Sep 17 00:00:00 2001 From: jangliss Date: Sun, 4 Jan 2009 00:05:29 +0000 Subject: [PATCH] Removing unneeded call to the squisher, as the IDs are passed straight onto the sub functions. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13389 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_messages.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/imap_messages.php b/functions/imap_messages.php index 74a24485..af49b576 100755 --- a/functions/imap_messages.php +++ b/functions/imap_messages.php @@ -47,7 +47,6 @@ function sqimap_msgs_list_move($imap_stream, $id, $mailbox, $handle_errors = tru if ($source_mailbox!==false && $source_mailbox==$mailbox) { return false; } - $msgs_id = sqimap_message_list_squisher($id); if (sqimap_msgs_list_copy ($imap_stream, $id, $mailbox, $handle_errors)) { return sqimap_toggle_flag($imap_stream, $id, '\\Deleted', true, true); } else { -- 2.25.1