From f69a6ff541fc1aba9cc5c968524306a52e8842f0 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 22 Aug 2004 15:38:10 +0000 Subject: call wmail to send mail. --- bin/wmail | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 bin/wmail (limited to 'bin/wmail') diff --git a/bin/wmail b/bin/wmail new file mode 100755 index 00000000..27addc40 --- /dev/null +++ b/bin/wmail @@ -0,0 +1,11 @@ +#!/bin/sh + +case "x-$MAILER" in +x-|x-browser) + # start mail in a new window + web 'mailto://'$1 + ;; +*) + 9term $MAILER + ;; +esac -- cgit v1.2.3