https://bugs.kde.org/show_bug.cgi?id=508752
--- Comment #7 from bluelupo <[email protected]> --- The solution suggested in the bug 505656 report helped. 1. Create a new script in ~/.config/plasma-workspace/env named 'sasl_path.sh' with the following content. export SASL_PATH=/usr/lib/x86_64-linux-gnu/sasl2 2. Create a new symlink in /usr/lib/x86_64-linux-gnu/sasl2 since libkdexoauth2.so didn't exist: cd /usr/lib/x86_64-linux-gnu/sasl2 sudo ln -s libkdexoauth2.so.3 libkdexoauth2.so After that, it was possible to set up a mailbox again. -- You are receiving this mail because: You are watching all bug changes.
