This commit was manufactured by cvs2svn to create branch 'gtk2'.
authorClaws Mail Team <theteam@claws-mail.org>
Fri, 29 Oct 2004 06:44:58 +0000 (06:44 +0000)
committerClaws Mail Team <theteam@claws-mail.org>
Fri, 29 Oct 2004 06:44:58 +0000 (06:44 +0000)
Cherrypick from master 2004-10-29 06:44:57 UTC twb '2004-10-29 [paul]':
    tools/kdeservicemenu/template_sylpheed-attach-files.desktop
    tools/kdeservicemenu/template_sylpheed-compress-attach.desktop

tools/kdeservicemenu/template_sylpheed-attach-files.desktop [new file with mode: 0644]
tools/kdeservicemenu/template_sylpheed-compress-attach.desktop [new file with mode: 0644]

diff --git a/tools/kdeservicemenu/template_sylpheed-attach-files.desktop b/tools/kdeservicemenu/template_sylpheed-attach-files.desktop
new file mode 100644 (file)
index 0000000..33c32be
--- /dev/null
@@ -0,0 +1,23 @@
+[Desktop Entry]
+Actions=AttachFiles;GZipAndAttach;BZipAndAttach;
+Encoding=UTF8
+X-KDE-Submenu=Sylpheed
+ServiceTypes=all/allfiles
+
+[Desktop Action AttachFiles]
+Name=Attach File(s)
+Name[fr]=Joindre le(s) Fichier(s)
+Icon=sylpheed
+Exec=SCRIPT_PATH attachfile %F
+
+[Desktop Action GZipAndAttach]
+Name=Attach as GZip File(s)
+Name[fr]=Joindre comme Fichier(s) GZip
+Icon=sylpheed
+Exec=SCRIPT_PATH gz %F
+
+[Desktop Action BZipAndAttach]
+Name=Attach as BZip File(s)
+Name[fr]=Joindre comme Fichier(s) Bzip
+Icon=sylpheed
+Exec=SCRIPT_PATH bz2 %F
diff --git a/tools/kdeservicemenu/template_sylpheed-compress-attach.desktop b/tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
new file mode 100644 (file)
index 0000000..de8b33d
--- /dev/null
@@ -0,0 +1,29 @@
+[Desktop Entry]
+Actions=TarAndAttach;TarBzipAndAttach;TarGzipAndAttach;ZipAndAttach;
+Encoding=UTF8
+X-KDE-Submenu=Sylpheed
+ServiceTypes=all/all
+
+[Desktop Action TarAndAttach]
+Name=Attach as Tar Archive
+Name[fr]=Joindre comme Archive Tar
+Icon=sylpheed
+Exec=SCRIPT_PATH tar %F
+
+[Desktop Action TarBzipAndAttach]
+Name=Attach as Bzipped Tar Archive
+Name[fr]=Joindre comme Archive Tar Bzippée
+Icon=sylpheed
+Exec=SCRIPT_PATH tar.bz2 %F
+
+[Desktop Action TarGzipAndAttach]
+Name=Attach as Gzipped Tar Archive
+Name[fr]=Joindre comme Archive Tar Gzippée
+Icon=sylpheed
+Exec=SCRIPT_PATH tar.gz %F
+
+[Desktop Action ZipAndAttach]
+Name=Attach as Zip Archive
+Name[fr]=Joindre comme Archive Zip
+Icon=sylpheed
+Exec=SCRIPT_PATH zip %F