https://bugs.kde.org/show_bug.cgi?id=420513

--- Comment #2 from Konstantin Kharlamov <hi-an...@yandex.ru> ---
Okay, so I debugged that a bit (I made use of latest release), turns out I was
right about `kde_open()`.

On this line `KRun * run = new KRun( info.url, nullptr );`, the `url` is the
`mailto:` string. Whole magic of finding the mail client happens inside `KRun`
class.

The docs for KRun are here
https://api.kde.org/frameworks/kio/html/classKRun.html they say it will run the
app that is bound to a protocol given, but there's nothing about how that gets
determined.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to