Add Email file service menu to kmail

pull/21/head
Timothy Pearson 11 years ago
parent a69ed77a67
commit c8000010a8

@ -35,6 +35,7 @@ add_subdirectory( about )
add_subdirectory( pics )
add_subdirectory( profiles )
add_subdirectory( avscripts )
add_subdirectory( konqueror )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}

@ -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…
Cancel
Save