浏览代码

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

jangliss 16 年之前
父节点
当前提交
6eac2ea935
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 {