Release notes for the Kolab 2 KDE Client 2.1.1 (released 20060518) ================================================================== Torsten Irländer (20060518ber) Changes since Proko2 2.1.0: Features: --------- * Non-gui config key that allows to specify after how many incidences a progress dialog comes up. (issue 1118) * Backport large parts of the online/offline support from 3.5, which makes it possible to suspend and resume all network jobs via DCOP. KPilot will use this to disable network traffic during a kolab resource sync, for example, but the user can also use it to go offline on the road, and thus avoid error messages due to interval mail checks. (issue 1137). * Backport resource colors from KDE 3.5 branch. (issue 1129) Bugfixes: --------- * Change the default for hiding groupware folders back to true. (issue 1206) * Automatically unsubscribe the default folders and turn on local subscription for the online imap account in the kolab wizard. (issue 1206) * Don't list messages in the INBOX if it is the one of the groupware main account and we are in "only groupware folders for this account" mode. (issue 1207) * If we are hiding groupware folders, and the account is the groupware base account, and it's set to only locally subscribe to groupware folders, hide it completely from the folder tree. (issue 1207) * Don't reload the KConfig object of the standard addressbook for every incidence during loading, by caching the "thatIsMe" entry. This should speed up calendar loading significantly, but it means that if they user changes their "thatIsMe" entry in the addressbook, KOrganizer won't realize that until the next restart. Given the spectacularly low frequency with which that is expected to happen, I think that's worth it. I can't fix it at the root, since that is in kdelibs. (issue 1118) * Also trigger a reload of the folder when a new IncidencesFor annotation is retrieved from the server. (issue 398) * Fix of the concurrent KPilot and KMail dImap sync problem. Concurrent sync is now blocked. Problem was that on a concurrent sync contacts/tasks/events were duplicated in the dImap folders (issues 1136, 1137) * Don't attempt to rename the inbox. Especially not to INBOX. (issue 1185) * Only prepend the indent string in Weighted address completion mode, only show headers in Weighted mode. (issue 740) * Handle encoded headers differently, so that replying to Froms with a real name containing an encoded comma (',') will work. (issue 1228)