[Commits] [SCM] claws branch, master, updated. 3.10.0-6-gc5f8f8d
colin at claws-mail.org
colin at claws-mail.org
Tue May 27 12:10:00 CEST 2014
The branch master of project "claws" (Claws Mail) has been updated
via c5f8f8d1028ad23132384cb58e808bd82ef99374 (commit)
from 589e83eb73893c1dd2b807420d52488bc0d0545f (commit)
- Log -----------------------------------------------------------------
commit c5f8f8d1028ad23132384cb58e808bd82ef99374
Author: Colin Leroy <colin at colino.net>
Date: Tue May 27 12:09:23 2014 +0200
Add Actions (fixes the standard hence implementable part of bug #3178)
see http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions-identifier
diff --git a/claws-mail.desktop b/claws-mail.desktop
index 98509c8..116c9cb 100644
--- a/claws-mail.desktop
+++ b/claws-mail.desktop
@@ -39,3 +39,17 @@ Type=Application
StartupNotify=true
MimeType=x-scheme-handler/mailto;
X-Info=Claws Mail
+
+Actions=GetMail;ComposeMail;SendFile;
+
+[Desktop Action GetMail]
+Exec=claws-mail --receive-all
+Name=Get Mail
+
+[Desktop Action ComposeMail]
+Exec=claws-mail --compose
+Name=Email...
+
+[Desktop Action SendFile]
+Exec=claws-mail --compose --attach %f
+Name=Send file...
-----------------------------------------------------------------------
Summary of changes:
claws-mail.desktop | 14 ++++++++++++++
1 file changed, 14 insertions(+)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list