Changeset 3277
- Timestamp:
- 01/17/08 17:27:09
- 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
r3275 r3277 1 2008-01-17 Sergio Villar Senin <svillar@igalia.com> 2 3 * libtinymail-camel/tny-camel-folder: 4 (folder_changed): removed a code that was modifying the number of 5 cached messages when receiving an IDLE notification of expunged 6 headers. It shouldn't be done because Camel was already giving us the 7 proper value 8 1 9 2008-01-16 Mark Doffman <mark.doffman@codethink.co.uk> 2 10 * bindings/python/*.defs: Regenerate .defs files for updated API. trunk/libtinymail-camel/tny-camel-folder.c
r3258 r3277 402 402 { 403 403 TnyHeader *hdr = _tny_camel_header_new (); 404 405 if (info->push_email_event)406 priv->cached_length--;407 404 408 405 if (!change)
