LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Right click mailto functionality in Dolphin (https://www.linuxquestions.org/questions/slackware-14/right-click-mailto-functionality-in-dolphin-810486/)

rm%rf 05-27-2010 11:25 AM

Right click mailto functionality in Dolphin
 
Hi All,

Is there anyway to right click on a file in the Dolphin window and select mail to: then kmail should open and the file gets mailed accordingly.

Or some way to implement this?

Thanx

bonaire 05-27-2010 05:05 PM

Hello,


according to http://techbase.kde.org/Development/..._Service_Menus you have to copy
Code:

[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=all/all
Actions=SendFileWithKMail
Encoding=UTF-8
Version=0.1

[Desktop Action SendFileWithKMail]
Name=Send file with Kmail
Name[de]=Datei mit KMail versenden
Icon=application-x-archive
Exec=kmail --attach "%f"

to
Code:

$(kde4-config --path services | cut -d: -f1)/SendFileWithKMail.desktop
cu


All times are GMT -5. The time now is 02:31 AM.