Bug 202336 - KRunner should launch default email application when providing an email address
Summary: KRunner should launch default email application when providing an email address
Status: RESOLVED FIXED
Alias: None
Product: krunner
Classification: Plasma
Component: general (show other bugs)
Version: 4.9.0
Platform: Gentoo Packages Unspecified
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2009-08-02 18:50 UTC by Elias Probst
Modified: 2013-01-27 23:39 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.11


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Probst 2009-08-02 18:50:40 UTC
Version:            (using KDE 4.2.98)
Installed from:    Gentoo Packages

When typing an email address into KRunner's input field which isn't available through the "Contacts" runner no action is provided.

KRunner should provide at least an action like "Send email to john@doe.local" which uses the default email application when a valid email address is found in the input field.
Comment 1 Jekyll Wu 2011-12-10 14:12:38 UTC
Try "mailto:somebody@somewhere.com" and press Enter. Not very convenient, but better than nothing.
Comment 2 Elias Probst 2011-12-10 17:10:26 UTC
(In reply to comment #1)
> Try "mailto:somebody@somewhere.com" and press Enter. Not very convenient, but
> better than nothing.

Thanks for this hint, that's what I've been using instead. See also bug#285758 where you also commented :)

I'm leaving this as a wishlist item, maybe it'll be implemented one day.
Comment 3 Elias Probst 2012-07-15 20:44:33 UTC
This is implemented in 4.8.x but it could be a little more polished.

Right now it says:
  Launch with kmail -caption "%c" %u
and doesn't have any icon in front.

It would look better saying:
  Send email to john.doe@foobar.test
and having the 'actions/mail-message-new' icon in front of it.
Comment 4 Christopher Yeleighton 2012-08-21 18:01:09 UTC
(In reply to comment #1)
> Try "mailto:somebody@somewhere.com" and press Enter. Not very convenient,
> but better than nothing.

I tried "mailto:kdei18n-pl-uwagi@lists.sourceforge.net".  
KRunner took me to http://mailto@lists.sourceforge.net.
Comment 5 Myriam Schweingruber 2012-09-08 11:31:57 UTC
(In reply to comment #4)
> (In reply to comment #1)
> > Try "mailto:somebody@somewhere.com" and press Enter. Not very convenient,
> > but better than nothing.
> 
> I tried "mailto:kdei18n-pl-uwagi@lists.sourceforge.net".  
> KRunner took me to http://mailto@lists.sourceforge.net.

Confirmed with 4.9.0, marking this as a regression.