[kmail2] [Bug 343034] KMail insists on offline mode, even when network connection is available
Martin Steigerwald
ms at teamix.de
Mon Jan 19 10:53:19 GMT 2015
https://bugs.kde.org/show_bug.cgi?id=343034
--- Comment #2 from Martin Steigerwald <ms at teamix.de> ---
https://bbs.archlinux.org/viewtopic.php?pid=1069317#p1069317
has a more fine grained approach:
...online:
qdbus org.kde.kded /modules/networkstatus
org.kde.Solid.Networking.setNetworkStatus "ntrack" 0
...offline:
qdbus org.kde.kded /modules/networkstatus
org.kde.Solid.Networking.setNetworkStatus "ntrack" 1
Additionally, kmail has to stop/resume network jobs:
qdbus org.kde.kmail2 /KMail stopNetworkJobs
qdbus org.kde.kmail2 /KMail resumeNetworkJobs
Okay, if 0 says its online and 1 says its offline, kded4 network module really
thought it was offline in my case.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list