Changeset 3642
- Timestamp:
- 05/06/08 15:07:53
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/libtinymail-camel/tny-camel-folder.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3639 r3642 1 2008-05-06 Jose Dapena Paz <jdapena@igalia.com> 2 3 * libtinymail-camel/camel-lite/camel/camel-certdb-cst.c 4 Fix some leaks in CST certificate manager support. 5 6 * libtinymail-camel/tny-camel-folder.c: 7 Reason the camel folder while we're getting its size and count, 8 avoiding some crashes. 9 1 10 2008-04-30 Philip Van Hoof <pvanhoof@gnome.org> 2 11 trunk/libtinymail-camel/tny-camel-folder.c
r3634 r3642 1555 1555 1556 1556 camel_folder_sync (priv->folder, expunge, &ex); 1557 _tny_camel_folder_reason (priv); 1557 1558 _tny_camel_folder_check_unread_count (TNY_CAMEL_FOLDER (self)); 1558 1559 reset_local_size (priv); 1560 _tny_camel_folder_unreason (priv); 1559 1561 1560 1562 g_static_rec_mutex_unlock (priv->folder_lock);
