From: Dirk-Jan C. Binnema Date: Tue, 20 Feb 2007 10:28:33 +0000 (+0000) Subject: * fix build X-Git-Tag: git_migration_finished~4039 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=e5e2bb8354a7697decc37691d1c1f0299fda5027 * fix build pmo-trunk-r842 --- diff --git a/tests/check_folder-transfer.c b/tests/check_folder-transfer.c index 65c7703..7f1376d 100644 --- a/tests/check_folder-transfer.c +++ b/tests/check_folder-transfer.c @@ -168,14 +168,9 @@ main (int argc, char **argv) mail_op = modest_mail_operation_new (); - if (move) - modest_mail_operation_move_folder (mail_op, - folder_src, - TNY_FOLDER_STORE (folder_dst)); - else - modest_mail_operation_copy_folder (mail_op, - folder_src, - TNY_FOLDER_STORE (folder_dst)); + modest_mail_operation_xfer_folder (mail_op, + folder_src, + TNY_FOLDER_STORE (folder_dst), move); g_object_unref (G_OBJECT (src_headers)); g_object_unref (G_OBJECT (mail_op));