mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
Add a .desktop file entry.
This will add an entry in your window manager's menus that will create up a new emacs process and start notmuch. Signed-off-by: Jeffrey C. Ollie <jeff@ocjtech.us>
This commit is contained in:
parent
d98718d104
commit
dad3dd64b7
1 changed files with 7 additions and 0 deletions
7
notmuch.desktop
Normal file
7
notmuch.desktop
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Name=Not Much Mail
|
||||
Exec=emacs -f notmuch
|
||||
Icon=emblem-mail
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Network;Email
|
Loading…
Reference in a new issue