Ticket #57 (defect)
Opened 2 years ago
Last modified 1 year ago
Reading the unread count, and caching it correctly
Status: closed (fixed)
| Reported by: | pvanhoof | Assigned to: | pvanhoof |
|---|---|---|---|
| Priority: | critical | Milestone: | A first release |
| Component: | libtinymail-camel | Version: | 1.0 |
| Keywords: | Cc: | dirk-jan.binnema@nokia.com | |
The unread count is only correct after a full read of the folder instance. Though Tinymail applications don't want to truly read all the folders upon initialization (that would consume a lot peek memory allocations, and drastically slow down application initialization of course).
There is code for this (to cache it between sessions, basically). It seems that this code isn't always working.
Attachments
Change History
05/13/07 13:55:21: Modified by pvanhoof
06/10/07 10:15:11: Modified by anonymous
- status changed from new to closed.
- resolution set to fixed.

After some testing it looks like the caching of the unread count does work. Though, it sometimes (not always) saves one unread count oo much (so 15 will become 16 as unread count).