| Line 4: | Line 4: | ||
==KMFolderIndex== | ==KMFolderIndex== | ||
| + | [http://api.kde.org/4.x-api/kdepim-apidocs/kmail/html/classKMFolderIndex.html api docs] | ||
*2008-04-23 | *2008-04-23 | ||
**mIndexId unused - removed as well as serialIndexId() | **mIndexId unused - removed as well as serialIndexId() | ||
| Line 12: | Line 13: | ||
==KMMsgBase== | ==KMMsgBase== | ||
| + | [http://api.kde.org/4.x-api/kdepim-apidocs/kmail/html/classKMMsgBase.html api docs] | ||
*2008-04-23 | *2008-04-23 | ||
**move syncIndexString() to KMFolderIndex, where we can impleemnt it for SQLite differently | **move syncIndexString() to KMFolderIndex, where we can impleemnt it for SQLite differently | ||
There are issues with locking index files for KMail folders and mmap()/munmap() operations on Windows. Therefore, SQLite-based indices are in development. This page presents detailed development notes for this task.
Started: jstaniek 11:35, 23 April 2008 (CEST)
| TOPIC | PORTED | TESTED | NOTES |
|---|---|---|---|
| KMFolderIndex:indexLocation() | yes | added .db suffix to indicate the index is sqlite-based |