summaryrefslogtreecommitdiff
path: root/url_handler.sh
diff options
context:
space:
mode:
Diffstat (limited to 'url_handler.sh')
-rwxr-xr-xurl_handler.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/url_handler.sh b/url_handler.sh
index 931fce6..858a8fb 100755
--- a/url_handler.sh
+++ b/url_handler.sh
@@ -4,7 +4,7 @@ echo $1
case $1 in
*youtube.com*) yt.sh $1 ;;
*youtu.be*) yt.sh $1 ;;
- *mailto*) echo Mail ;;
+ *mailto*) mutt $1 ;;
*) $BROWSER $1 ;;
esac