Changeset 2500
- Timestamp:
- 07/25/07 23:51:26
- Files:
-
- trunk/libtinymail-camel/tny-camel-folder.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/tny-camel-folder.c
r2499 r2500 4238 4238 { 4239 4239 info = g_slice_new (PokeStatusInfo); 4240 g_static_rec_mutex_lock (priv->folder_lock);4240 /*g_static_rec_mutex_lock (priv->folder_lock);*/ 4241 4241 info->unread = camel_folder_get_unread_message_count (priv->folder); 4242 4242 info->total = camel_folder_get_message_count (priv->folder); 4243 g_static_rec_mutex_unlock (priv->folder_lock);4243 /*g_static_rec_mutex_unlock (priv->folder_lock);*/ 4244 4244 } else { 4245 g_static_rec_mutex_lock (priv->folder_lock);4245 /*g_static_rec_mutex_lock (priv->folder_lock);*/ 4246 4246 4247 4247 if (store && CAMEL_IS_DISCO_STORE (store) && priv->folder_name … … 4263 4263 } 4264 4264 4265 g_static_rec_mutex_unlock (priv->folder_lock);4265 /*g_static_rec_mutex_unlock (priv->folder_lock);*/ 4266 4266 } 4267 4267
