Explorar o código

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

tassium %!s(int64=22) %!d(string=hai) anos
pai
achega
5e6a0bd1b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {