2007-08-23 [colin] 2.10.0cvs156
[claws.git] / src / imap.c
index 5ad4ba5a3fde2e09343912cb529f77404a2efc43..a0bc3cb3b312c89f548d978b00decf2a8056c60c 100644 (file)
@@ -1496,6 +1496,7 @@ static gint imap_do_copy_msgs(Folder *folder, FolderItem *dest,
        IMAP_FOLDER_ITEM(dest)->uid_next = 0;
        g_slist_free(IMAP_FOLDER_ITEM(dest)->uid_list);
        IMAP_FOLDER_ITEM(dest)->uid_list = NULL;
+       imap_scan_required(folder, dest);
 
        unlock_session(session);
        if (ok == IMAP_SUCCESS)