fix building RSSyl
[claws.git] / claws-mail.desktop.in
1 [Desktop Entry]
2 Version=1.0
3 Name=Claws Mail
4 _GenericName=E-mail client
5 Exec=claws-mail %u
6 Icon=claws-mail
7 Categories=Network;Email;
8 _Comment=Lightweight and Fast GTK+ based Mail Client
9 _Keywords=lightweight;fast;gui;extensible;plugin;pop;pop3;imap;imap4;nntp;news;
10 Terminal=false
11 Type=Application
12 StartupNotify=true
13 MimeType=x-scheme-handler/mailto;
14 X-Info=Claws Mail
15
16 Actions=GetMail;ComposeMail;SendFile;
17
18 [Desktop Action GetMail]
19 Exec=claws-mail --receive-all
20 Name=Get Mail
21
22 [Desktop Action ComposeMail]
23 Exec=claws-mail --compose
24 Name=Email...
25
26 [Desktop Action SendFile]
27 Exec=claws-mail --compose --attach %f
28 Name=Send file...