From 5aef76bbcb9099e86d4ea591f6e4cba1cee1b415 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 27 Mar 2001 03:59:08 +0000 Subject: Updated to reflect changes made to the move/copy API in camel-folder.c 2001-03-26 Jeffrey Stedfast * mail-ops.c (transfer_messages_transfer): Updated to reflect changes made to the move/copy API in camel-folder.c (add_vtrash_info): Use /Trash as the path instead of Trash. * mail-local.c (reconfigure_folder_reconfigure): Updated this too. svn path=/trunk/; revision=8963 --- mail/mail-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-ops.c') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 5c234bde35..e2a4bc8db0 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -943,7 +943,7 @@ add_vtrash_info (CamelFolderInfo *info) /* create our vTrash URL */ url = camel_url_new (info->url, NULL); g_free (url->path); - url->path = g_strdup (_("Trash")); + url->path = g_strdup_printf ("/%s", _("Trash")); uri = camel_url_to_string (url, FALSE); camel_url_free (url); -- cgit v1.2.3