From: Colin Leroy Date: Tue, 27 May 2014 10:09:23 +0000 (+0200) Subject: Add Actions (fixes the standard hence implementable part of bug #3178) X-Git-Tag: 3.10.1~70 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=c5f8f8d1028ad23132384cb58e808bd82ef99374;hp=589e83eb73893c1dd2b807420d52488bc0d0545f 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 98509c881..116c9cbaf 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...