Jelajahi Sumber

Removing unneeded call to the squisher, as the IDs are passed straight onto the sub functions.

jangliss 16 tahun lalu
induk
melakukan
6eac2ea935
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      functions/imap_messages.php

+ 0 - 1
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 {