As Alex pointed out, I neglected to commit move_messages when I modified the copy...
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 17 Aug 2003 14:00:44 +0000 (14:00 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 17 Aug 2003 14:00:44 +0000 (14:00 +0000)
Thanks Alex!

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5507 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/move_messages.php

index 51af2ce4d2efe10d4d8ac8d5d632a4cf79e2f472..70b3d1cb76f09bc97eca4acba41004196b154fc3 100644 (file)
@@ -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 {