mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
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:
parent
97f3d55ad9
commit
4f2a7993a5
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Notmuch (emacs interface)
|
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
|
Icon=emblem-mail
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
Loading…
Reference in a new issue