Summary: | Akonadi shows a lot of warnings | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | mkay |
Component: | POP3 Resource | Assignee: | Thomas McGuire <mcguire> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | amantia, kdepim-bugs, malte.gell, vkrause |
Priority: | NOR | ||
Version: | 1.6.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.1 | |
Sentry Crash Report: |
Description
mkay
2011-08-18 15:19:49 UTC
*** Bug 281677 has been marked as a duplicate of this bug. *** *** Bug 281935 has been marked as a duplicate of this bug. *** Git commit 981b0f7c3d36b20245002cf8f2021784980d48f0 by Thomas McGuire. Committed on 15/09/2011 at 22:48. Pushed by tmcguire into branch 'master'. Revert "Inform when we make a bad password (not new i18n)" On the next mail check, the user will be asked for the password again, since we set mAskAgain to true. In addition, the error message is shown by AkonadiTray, like any other error message from Akonadi. BUG: 281935 This reverts commit 38af197f1f73242a8739e704a39bdeb75ce61020. M +3 -4 resources/pop3/pop3resource.cpp http://commits.kde.org/kdepim-runtime/981b0f7c3d36b20245002cf8f2021784980d48f0 This was a regression caused by commit 38af197f1f73242a8739e704a39bdeb75ce61020, which I have now reverted. The new behavior (and the behavior before the above mentioned commit) is: If the mail check fails during login phase, the user will be asked for the password again during the next mail check. In addition, if the akonadi tray program is running, a passive popup is shown. We're thinking of moving these popups to KDED, to ensure they are always being shown, even if akonadi tray is not running. |