Changeset 2060
- Timestamp:
- 05/28/07 14:08:52
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c
r2059 r2060 4019 4019 } 4020 4020 4021 /* Question: in case of being reused, I think this unlock must be moved4022 * all the way below (so that all code using store is included in the4023 * lock */4024 4025 g_static_mutex_unlock (&gmsgstore_lock);4026 4021 4027 4022 camel_operation_start (NULL, _("Retrieving message")); … … 4447 4442 } 4448 4443 4444 g_static_mutex_unlock (&gmsgstore_lock); 4445 4449 4446 camel_operation_end (NULL); 4450 4447 … … 4479 4476 camel_object_unref (CAMEL_OBJECT (store)); */ 4480 4477 } 4478 4479 g_static_mutex_unlock (&gmsgstore_lock); 4481 4480 4482 4481 camel_operation_end (NULL);
