* Eliminated the CtdlCopyMsgsToRoom() function, since it has been reduced to nothing...
[citadel.git] / citadel / modules / imap / imap_misc.c
index 5d40f8503821b13b16013e773c2668f2edcd78dc..4f26dd9318ff88bf1df3f467fc135b3d58f67495 100644 (file)
@@ -85,7 +85,7 @@ int imap_do_copy(char *destination_folder) {
        }
 
        if (num_selected > 0) {
-               CtdlCopyMsgsToRoom(selected_msgs, num_selected, roomname);
+               CtdlSaveMsgPointersInRoom(roomname, selected_msgs, num_selected, 1, NULL);
        }
        free(selected_msgs);