parent
a69ed77a67
commit
c8000010a8
@ -0,0 +1,12 @@
|
|||||||
|
#################################################
|
||||||
|
#
|
||||||
|
# (C) 2013 Timothy Pearson
|
||||||
|
# kb9vqf (AT) pearsoncomputing.net
|
||||||
|
#
|
||||||
|
# Improvements and feedback are welcome
|
||||||
|
#
|
||||||
|
# This file is released under the GPL >= 2
|
||||||
|
#
|
||||||
|
#################################################
|
||||||
|
|
||||||
|
add_subdirectory( servicemenus )
|
@ -0,0 +1,14 @@
|
|||||||
|
#################################################
|
||||||
|
#
|
||||||
|
# (C) 2013 Timothy Pearson
|
||||||
|
# kb9vqf (AT) pearsoncomputing.net
|
||||||
|
#
|
||||||
|
# Improvements and feedback are welcome
|
||||||
|
#
|
||||||
|
# This file is released under the GPL >= 2
|
||||||
|
#
|
||||||
|
#################################################
|
||||||
|
|
||||||
|
install( FILES
|
||||||
|
email.desktop
|
||||||
|
DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus )
|
@ -0,0 +1,12 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Actions=Email
|
||||||
|
Encoding=UTF-8
|
||||||
|
ServiceTypes=allfiles
|
||||||
|
|
||||||
|
[Desktop Action Email]
|
||||||
|
Name=Email File
|
||||||
|
Name[de]=Versenden als E-Mail
|
||||||
|
Name[fr]=Envoyer par courriel
|
||||||
|
Name[pl]=Wyślij plik w załączniku
|
||||||
|
Exec=kmail --attach %F
|
||||||
|
Icon=kmail
|
Loading…
Reference in new issue