https://bugs.kde.org/show_bug.cgi?id=275418
--- Comment #7 from Richard Homonnai <Chain rpgfiction net> 2011-06-28 09:13:31 --- Well, this fixed it for me. If anybody also uses SQlite, here's the query: update collectiontable set remoteid = '.' || substr(remoteid,2) where id >= 80 AND id <= 85 of course, replace 80 and 85 accordingly. I for myself just updated all rows and then fixed a few (3, I think) calendar entries by hand. Was much less effort than the 114 broken subdirs on four mail servers ;) The most safe approach might be: update collectiontable set remoteid = '.' || substr(remoteid,2) where remoteid NOT LIKE '/home/username/%' of course, assuming all your local calendars are on your home. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
