From e3b786b5cf25c44e31d21019e7805b7674a33967 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 15 Aug 2000 19:10:45 +0000 Subject: Add support for copying messages svn path=/trunk/; revision=4845 --- camel/providers/imap/camel-imap-folder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers') diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c index a0735313f2..84a0805727 100644 --- a/camel/providers/imap/camel-imap-folder.c +++ b/camel/providers/imap/camel-imap-folder.c @@ -631,7 +631,7 @@ imap_copy_message_to (CamelFolder *source, const char *uid, CamelFolder *destina char *result, *folder_path, *dir_sep; int status; - dir_sep = CAMEL_IMAP_STORE (source->parent_folder)->dir_sep; + dir_sep = CAMEL_IMAP_STORE (source->parent_store)->dir_sep; if (url && url->path && *(url->path + 1) && strcmp (destination->full_name, "INBOX")) folder_path = g_strdup_printf ("%s%s%s", url->path + 1, dir_sep, destination->full_name); -- cgit v1.2.3