aboutsummaryrefslogtreecommitdiff
path: root/bin/wmail
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-20 00:08:46 +0000
committerrsc <devnull@localhost>2006-02-20 00:08:46 +0000
commita43125156af243c500e9467009a32d4716e017af (patch)
treef4a9bc439d703387ecee6d210ac86b2d61c0d579 /bin/wmail
parent95456b2155b6f5979d1bf5056506a5b1e27183ee (diff)
downloadplan9port-a43125156af243c500e9467009a32d4716e017af.tar.gz
plan9port-a43125156af243c500e9467009a32d4716e017af.tar.bz2
plan9port-a43125156af243c500e9467009a32d4716e017af.zip
fix wmail (csant)
Diffstat (limited to 'bin/wmail')
-rwxr-xr-xbin/wmail4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/wmail b/bin/wmail
index 27addc40..721c9487 100755
--- a/bin/wmail
+++ b/bin/wmail
@@ -3,9 +3,9 @@
case "x-$MAILER" in
x-|x-browser)
# start mail in a new window
- web 'mailto://'$1
+ web "mailto:$1"
;;
*)
- 9term $MAILER
+ 9term $MAILER "$1"
;;
esac