From e0ca9fc3346b8f27aefc63a9cc458ff437f2ff63 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 19 Jan 2001 21:34:42 +0000 Subject: (subscribe_folder): add a missing UNLOCK svn path=/trunk/; revision=7657 --- camel/providers/imap/camel-imap-store.c | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/providers') diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c index 0ed99e8f8c..f36d5fa797 100644 --- a/camel/providers/imap/camel-imap-store.c +++ b/camel/providers/imap/camel-imap-store.c @@ -933,6 +933,7 @@ subscribe_folder (CamelStore *store, const char *folder_name, CAMEL_IMAP_STORE_LOCK(imap_store, command_lock); response = camel_imap_command (imap_store, NULL, ex, "SUBSCRIBE %S", folder_name); + CAMEL_IMAP_STORE_UNLOCK(imap_store, command_lock); if (response) { g_hash_table_insert (imap_store->subscribed_folders, g_strdup (folder_name), -- cgit v1.2.3