Created
March 11, 2015 10:44
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Default Applications] | |
x-scheme-handler/mailto=mutt.desktop; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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