From 326d9cdc79b6b0df11cefbefc15a17a50a38c39f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 30 Sep 2002 20:45:42 +0000 Subject: Don't strip the namespace from the fi->full_name when hasing or creating 2002-09-30 Jeffrey Stedfast * camel-store.c (camel_folder_info_build): Don't strip the namespace from the fi->full_name when hasing or creating fake parent folders. Fixes a bug I found while trying to reproduce bug #31456. svn path=/trunk/; revision=18270 --- camel/providers/imap/camel-imap-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers') diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c index f854d78a11..215f15f279 100644 --- a/camel/providers/imap/camel-imap-store.c +++ b/camel/providers/imap/camel-imap-store.c @@ -911,7 +911,7 @@ imap_forget_folder (CamelImapStore *imap_store, const char *folder_name, CamelEx unlink (summary_file); g_free (summary_file); - + journal_file = g_strdup_printf ("%s/summary", folder_dir); unlink (journal_file); g_free (journal_file); -- cgit v1.2.3