The button was removed.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Dec 1 2015
Nov 30 2015
At least stuff like identity configuration. A user should be able to login and kontact should be immediately useable with default configs. So I guess about the same as the setup wizard?
do we need to create also the compelte configs in the user home?
Nov 27 2015
This has been implemented but not yet tested
Nov 25 2015
Nov 24 2015
Nov 18 2015
Nov 16 2015
Nov 12 2015
This task has nothing to do with syncing tag colors, because tag color is a property of a tag and not trasmitted via KEP:12 (folder annotations). That's why a removed the blocking tasks.
Nov 11 2015
Nov 4 2015
@machniak: okay thnaks for these informations, we will see if this is enough for a good UX.
Nov 3 2015
Yes, this is caching. The cache is updated when you log in or visit Settings > Folders.
I now have a version, that successfully read/write the '/vendor/kolab/color' annotation. But if I look at roundcubemail, the colors are not updated.
Nov 2 2015
Oct 30 2015
Oct 29 2015
Is in review process in upstream:
https://phabricator.kde.org/D448
Oct 28 2015
It was decided earlier, that this would have low priority. But recently the discussion has come up in different forums, and the priority on this needs to be raised again.
Oct 27 2015
Oct 26 2015
Oct 19 2015
Have installer install korgac in autostart.
Oct 15 2015
Oct 12 2015
Oct 9 2015
Disabling KCrash with export KDE_DEBUG=1 helped.
Can either be fixed by trying to fetch repeatedly until the collections are available (they should become available eventually), or we can just ignore the issue since it only happens on first start and could be avoided by starting akonadi in advance with the system.
See akonadi/specialcollectionshelperjobs.cpp DefaultResourceJobPrivate::tryFetchResource(). There is no guarantee that the resource created its root collection yet, so we end up in a race condition.