浏览代码

As Alex pointed out, I neglected to commit move_messages when I modified the copy/move functions.
Thanks Alex!

tassium 22 年之前
父节点
当前提交
5e6a0bd1b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/move_messages.php

+ 1 - 1
src/move_messages.php

@@ -209,7 +209,7 @@ if(isset($expungeButton)) {
 } else {    // Move messages
 
     if (count($id)) {
-        sqimap_msgs_list_copy($imapConnection,$id,$targetMailbox);
+        sqimap_msgs_list_move($imapConnection,$id,$targetMailbox);
         if ($auto_expunge) {
             $cnt = sqimap_mailbox_expunge($imapConnection, $mailbox, true);
         } else {