Add Actions (fixes the standard hence implementable part of bug #3178)
[claws.git] / claws-mail.desktop
index 98509c88153ebb06ce935cc9c605205dc7d5d64e..116c9cbafdfd397568eb5ecf1826f5c100c0bdc5 100644 (file)
@@ -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...