mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
fix wmail (csant)
This commit is contained in:
parent
95456b2155
commit
a43125156a
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
||||||
case "x-$MAILER" in
|
case "x-$MAILER" in
|
||||||
x-|x-browser)
|
x-|x-browser)
|
||||||
# start mail in a new window
|
# start mail in a new window
|
||||||
web 'mailto://'$1
|
web "mailto:$1"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
9term $MAILER
|
9term $MAILER "$1"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue