Adds a command gmutt that opens my terminal with mutt loaded
Also adds a desktop file that allows mutt to handle mailto: links
This commit is contained in:
parent
55e256ad59
commit
e21b641651
2 changed files with 19 additions and 0 deletions
4
bin/.bin/gmutt
Executable file
4
bin/.bin/gmutt
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
export initialCommand="neomutt $@"
|
||||||
|
/usr/local/bin/st
|
15
mutt/.local/share/applications/mutt.desktop
Normal file
15
mutt/.local/share/applications/mutt.desktop
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
_Name=NeoMutt
|
||||||
|
_Comment=Manage your email
|
||||||
|
_Keywords=email;
|
||||||
|
Actions=compose;
|
||||||
|
Exec=gmutt %U
|
||||||
|
Icon=neomutt
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
StartupNotify=true
|
||||||
|
MimeType=application/mbox;message/rfc822;x-scheme-handler/mailto;
|
||||||
|
|
||||||
|
[Desktop Action compose]
|
||||||
|
_Name=Compose a Message
|
||||||
|
Exec=gmutt mailto:
|
Loading…
Add table
Add a link
Reference in a new issue