mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
4f2a7993a5
With the mailto: handling in notmuch-emacs-mua, we can update the desktop file to advertize we can be set as the default application to handle email. While at it, add GenericName and Comment to be more informative. With --hello, notmuch-emacs-mua will run (notmuch) if mailto: url is not given.
10 lines
248 B
Desktop File
10 lines
248 B
Desktop File
[Desktop Entry]
|
|
Name=Notmuch (emacs interface)
|
|
GenericName=Email Client
|
|
Comment=Emacs based email client
|
|
Exec=notmuch-emacs-mua --hello %u
|
|
MimeType=x-scheme-handler/mailto;
|
|
Icon=emblem-mail
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Network;Email;
|