Summary: | Local subscription dialogue does not show up | ||
---|---|---|---|
Product: | [Unmaintained] KMail Mobile | Reporter: | Björn Balazs <kde> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | aheinecke, sabine |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Windows CE | ||
OS: | Microsoft Windows CE | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Björn Balazs
2010-12-15 18:08:22 UTC
I was able to open the 'Local subscriptions' dialogue today for both Imap and Local Folders on Linux. So this seems to be a Windows specific issue. N900, 4:4.6~.20101223.2034.git9cc0c3e-1maemo1.120883 I've added debug output locally in kdepimlibs/akonadi/subscriptiondialog.cpp constructor it is never called. Neither is slotLocalSubscription in standardactionmanager.cpp This is the debug output i've added: http://paste.kde.org/2390/ This is the debug output during startup: http://paste.kde.org/2392/ No debug output whatssoever when hitting the "Lokale Abonnements" action. SVN commit 1214209 by tokoe: Do not intercept ManageLocalSubscriptions action We can use the default implementation from StandardActionManager, now that it uses the mime type filter for subscription dialog as well. This will also bring back the dialog on WinCE. BUG: 259976 M +0 -11 standardmailactionmanager.cpp M +0 -1 standardmailactionmanager.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1214209 |