emacs/desktop: update to use notmuch-emacs-mua and handle mailto

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.
This commit is contained in:
Jani Nikula 2017-02-25 11:25:40 +02:00 committed by David Bremner
parent 97f3d55ad9
commit 4f2a7993a5

View file

@ -1,6 +1,9 @@
[Desktop Entry]
Name=Notmuch (emacs interface)
Exec=emacs -f notmuch
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