Removing unneeded call to the squisher, as the IDs are passed straight onto the sub...
authorjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 4 Jan 2009 00:05:29 +0000 (00:05 +0000)
committerjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 4 Jan 2009 00:05:29 +0000 (00:05 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13389 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_messages.php

index 74a2448542e48d22739432351bd13cccfae71f4a..af49b5767d00b80fb1ab834f1089f94836485e03 100755 (executable)
@@ -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 {