]> git.llucax.com Git - software/mutt-debian.git/blob - debian/extra/lib/mailto-mutt
Sidebar patch replaced with the one written by Stuart Henderson (Closes: 619822)
[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 "$@"