Pārlūkot izejas kodu

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

tassium 22 gadi atpakaļ
vecāks
revīzija
5e6a0bd1b5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/move_messages.php

+ 1 - 1
src/move_messages.php

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