Unmark some warnings from translations
[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;Office;Email;
8 _Comment=Lightweight and Fast GTK+ based Mail Client
9 Terminal=false
10 Type=Application
11 StartupNotify=true
12 MimeType=x-scheme-handler/mailto;
13 X-Info=Claws Mail
14
15 Actions=GetMail;ComposeMail;SendFile;
16
17 [Desktop Action GetMail]
18 Exec=claws-mail --receive-all
19 Name=Get Mail
20
21 [Desktop Action ComposeMail]
22 Exec=claws-mail --compose
23 Name=Email...
24
25 [Desktop Action SendFile]
26 Exec=claws-mail --compose --attach %f
27 Name=Send file...