commit c5f8f8d1028ad23132384cb58e808bd82ef99374 parent 589e83eb73893c1dd2b807420d52488bc0d0545f Author: Colin Leroy <colin@colino.net> Date: Tue, 27 May 2014 12:09:23 +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 Diffstat:
| M | claws-mail.desktop | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git 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...