2008-07-30 Srinivasa Ragavan <sragavan@novell.com>
* camel/camel-folder.c: Remove the folder locks in refresh info. It
deadlocks while resyncing in IMAP.
svn path=/trunk/; revision=9229
+2008-07-30 Srinivasa Ragavan <sragavan@novell.com>
+
+ * camel/camel-folder.c: Remove the folder locks in refresh info. It
+ deadlocks while resyncing in IMAP.
+
2008-07-29 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #545099
{
g_return_if_fail (CAMEL_IS_FOLDER (folder));
- CAMEL_FOLDER_REC_LOCK(folder, lock);
-
CF_CLASS (folder)->refresh_info (folder, ex);
-
- CAMEL_FOLDER_REC_UNLOCK(folder, lock);
}
static int