Skip to content

Instantly share code, notes, and snippets.

@matthewbednarski
Created March 11, 2015 10:44
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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