• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Jul-2021-

READMEH A D10-Jul-20211.6 KiB6350

claws-mail-attach-files.desktop.kde4templateH A D10-Jul-2021334 1513

claws-mail-attach-files.desktop.templateH A D10-Jul-2021300 1412

claws-mail-kdeservicemenu.plH A D10-Jul-20211.1 KiB3914

install.shH A D10-Jul-20213.9 KiB139129

README

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