mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 05:08:56 +00:00
22 lines
611 B
Desktop File
22 lines
611 B
Desktop File
[Desktop Entry]
|
|
Name=Thunderbird
|
|
Comment=Send and receive mail with Thunderbird
|
|
GenericName=Mail Client
|
|
Exec=thunderbird %u
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=thunderbird
|
|
Categories=Network;Email;
|
|
MimeType=message/rfc822;x-scheme-handler/mailto;text/calendar;text/vcard;text/x-vcard;x-scheme-handler/webcal;x-scheme-handler/webcals;x-scheme-handler/mid;
|
|
StartupNotify=true
|
|
StartupWMClass=thunderbird
|
|
Actions=ComposeMessage;OpenAddressBook;
|
|
|
|
[Desktop Action ComposeMessage]
|
|
Name=Write new message
|
|
Exec=thunderbird -compose
|
|
|
|
[Desktop Action OpenAddressBook]
|
|
Name=Open address book
|
|
Exec=thunderbird -addressbook
|