Adds a command gmutt that opens my terminal with mutt loaded

Also adds a desktop file that allows mutt to handle mailto: links
Jonathan Hodgson 3 years ago
parent f2dc0df9f3
commit 9a3c9d38bb
  1. 4
      bin/.bin/gmutt
  2. 15
      mutt/.local/share/applications/mutt.desktop

@ -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…
Cancel
Save