summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorNicolas Lécureuil <nlecureuil@mandriva.com>2010-04-12 16:55:51 +0000
committerNicolas Lécureuil <nlecureuil@mandriva.com>2010-04-12 16:55:51 +0000
commit96138c87db4054074533b502bd3d96e4ef037694 (patch)
tree4f4f98af4449c3963a905356ecb7d874c7a29e6e /services
parent4ef476956e1bb64844f239d27f318d25ba743d6c (diff)
downloadkde-96138c87db4054074533b502bd3d96e4ef037694.tar
kde-96138c87db4054074533b502bd3d96e4ef037694.tar.gz
kde-96138c87db4054074533b502bd3d96e4ef037694.tar.bz2
kde-96138c87db4054074533b502bd3d96e4ef037694.tar.xz
kde-96138c87db4054074533b502bd3d96e4ef037694.zip
Add a sendmail service
Diffstat (limited to 'services')
-rw-r--r--services/sendmail.desktop12
1 files changed, 12 insertions, 0 deletions
diff --git a/services/sendmail.desktop b/services/sendmail.desktop
new file mode 100644
index 0000000..46e5a29
--- /dev/null
+++ b/services/sendmail.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Type=Service
+X-KDE-ServiceTypes=KonqPopupMenu/Plugin
+Actions=openKmailAttachment;
+MimeType=application/octet-stream;
+
+[Desktop Action openKmailAttachment]
+Name=Send File As Attachment
+Name[fr]=Envoyer comme pièce jointe
+Icon=kmail
+Exec=xdg-email --attach %f
+