Skip to content

Instantly share code, notes, and snippets.

@matthewbednarski
Created March 11, 2015 10:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewbednarski/9b4544ad24428fcca38d to your computer and use it in GitHub Desktop.
Save matthewbednarski/9b4544ad24428fcca38d to your computer and use it in GitHub Desktop.
Instruct xdg to use mutt as default email application. Both files go in ~/.local/share/applications
[Default Applications]
x-scheme-handler/mailto=mutt.desktop;
[Desktop Entry]
Type=Application
Name=Mutt
Icon=email
Exec=gnome-terminal -e "mutt -F ~/.muttrc %u"
StartupNotify=true
Categories=Internet;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment