README 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. claws-mail-kdeservicemenu.pl
  2. Version: 1.6
  3. Claws Mail servicemenu for Konqueror
  4. FILES
  5. o README You're reading it
  6. o install.sh installer script
  7. o claws-mail-kdeservicemenu.pl perl program
  8. o claws-attach-files.desktop.template
  9. .desktop file template
  10. DESCRIPTION
  11. Enables attaching files from Konqueror to a new compose window.
  12. Adds the following right-click menu item to Konqueror:
  13. /Claws Mail/Attach File(s)
  14. REQUIREMENTS
  15. Perl 5.x.x
  16. INSTALL
  17. o cd claws-mail/tools/kdeservicemenu
  18. o ./install.sh (for kdialog prompt)
  19. -or-
  20. o ./install.sh --global
  21. ./install.sh --local
  22. (systemwide or home directory installation)
  23. UNINSTALL
  24. o cd claws-mail/tools/kdeservicemenu
  25. o ./install.sh (for kdialog prompt)
  26. -or-
  27. o ./install.sh --uninstall-global
  28. ./install.sh --uninstall-local
  29. (systemwide or home directory uninstallation)
  30. LICENSE
  31. GNU GENERAL PUBLIC LICENSE
  32. THANKS
  33. install.sh was originally based on the install.sh script written by Dylan
  34. Schrader <dschrader@conception.edu>, and released under the GPL, as part
  35. of his 'Attach to email' service Menu for Konqueror, version 0.6.13
  36. <http://themes.kde.org/content/show.php?content=11234>, it has since been
  37. heavily adapted.
  38. Translators:
  39. [de] Thomas Gilgin <thg@karate-muellheim.de>
  40. [es] Ricardo Mones Lastra <mones@aic.uniovi.es>
  41. [fr] Fabien Vantard <fzz@ifrance.com>
  42. [it] Andrea Spadaccini <lupin85@email.it>
  43. [pt_BR] Frederico Goncalves Guimaraes <fggdebian@yahoo.com.br>
  44. [sk] Andrej Kacian <andrej@kacian.sk>
  45. LINKS
  46. Claws Mail <http://www.claws-mail.org/>
  47. Perl <http://www.perl.org>
  48. KDE <http://www.kde.org>
  49. CONTACT
  50. Paul Mangan <paul@claws-mail.org>