aboutsummaryrefslogtreecommitdiff
path: root/bin/wmail
blob: 27addc40b54ace0a761886032d790df96511330f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

case "x-$MAILER" in
x-|x-browser)
	# start mail in a new window
	web 'mailto://'$1
	;;
*)
	9term $MAILER
	;;
esac