External applications or applets that wish to show (for example) the list of folders with unread messages in them can do so by using the akonadi library. It allows to retrieve the id of a collection and similar things. But, there is no d-bus interface method to request kmail to open/show that folder. I'm proposing adding the method org.kde.kmail.kmail.showFolder(QString collectionUrlOrFolderPath) (similar to the existing org.kde.kmail.kmail.showMail) Reproducible: Always
Git commit babddfb9d1d194fc2c94582386a8c79856c12006 by Montel Laurent. Committed on 15/02/2013 at 16:14. Pushed by mlaurent into branch 'KDE/4.10'. Fix Bug 315191 - KMail's D-Bus interface doesn't have a method to show a certain folder to the user FIXED-IN: 4.10.1 M +7 -0 kmail/kmkernel.cpp M +3 -0 kmail/kmkernel.h http://commits.kde.org/kdepim/babddfb9d1d194fc2c94582386a8c79856c12006
Thanks mate, you're fast!