Also adds a desktop file that allows mutt to handle mailto: linksmaster
parent
55e256ad59
commit
e21b641651
2 changed files with 19 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||||||
|
#!/usr/bin/env bash |
||||||
|
|
||||||
|
export initialCommand="neomutt $@" |
||||||
|
/usr/local/bin/st |
@ -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…
Reference in new issue