]> git.llucax.com Git - software/mutt-debian.git/blob - debian/extra/lib/mailto-mutt
upstream/608706-fix-spelling-errors.patch: to fix some spelling errors (Closes: 608706)
[software/mutt-debian.git] / debian / extra / lib / mailto-mutt
1 #!/bin/sh
2 #
3 # mailto-mutt -- wrapper to use mutt as mailto handler from Iceweasel
4 #
5 # If you want Iceweasel 3.x to use this wrapper for mailto URLs, go to Edit >
6 # Preferences > Applications, and set "mailto" to "/usr/lib/mutt/mailto-mutt".
7
8 exec x-terminal-emulator -e mutt "$@"