Bug 315191 - KMail's D-Bus interface doesn't have a method to show a certain folder to the user
Summary: KMail's D-Bus interface doesn't have a method to show a certain folder to the...
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: folders (show other bugs)
Version: Git (master)
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-15 10:43 UTC by Ivan Čukić
Modified: 2013-02-15 18:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.10.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Čukić 2013-02-15 10:43:04 UTC
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
Comment 1 Laurent Montel 2013-02-15 15:15:03 UTC
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
Comment 2 Ivan Čukić 2013-02-15 18:14:38 UTC
Thanks mate, you're fast!