https://bugs.kde.org/show_bug.cgi?id=276077
--- Comment #5 from <list phuk ath cx> 2011-07-12 05:32:43 --- In my case it turns out that NetworkManager is the cause. When I make a network connection with NetworkManager, sending mail works perfectly, but when I shut down NetworkManager, the akonadi mail dispatcher switches to offline mode and stays that way. There's the "Work offline" entry in the "File" menu which has no effect on this. Maybe a nice solution would be to allow the user to override the status message from NetworkManager via this menu entry? I.e. NetworkManager goes offline -> KMail switches to offline mode (incl. notification). Then I can switch KMail back online explicitly with File/Work online. For the time being, it would be nice to have a workaround using some dbus-send quirkery if possible. I tried: dbus-send /MailDispatcherAgent org.freedesktop.Akonadi.Agent.Status.onlineChanged boolean:true dbus-send / org.freedesktop.Akonadi.Agent.Status.onlineChanged boolean:true dbus-send /modules/networkstatus org.kde.Solid.Networking.Client.statusChanged uint32:4 But that seems to have no effect. Maybe the message is only accepted from a specific sender? Dunno what to do here. -- 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
