URI:
       tfix wmail (csant) - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit a43125156af243c500e9467009a32d4716e017af
   DIR parent 95456b2155b6f5979d1bf5056506a5b1e27183ee
  HTML Author: rsc <devnull@localhost>
       Date:   Mon, 20 Feb 2006 00:08:46 +0000
       
       fix wmail (csant)
       
       Diffstat:
         M bin/wmail                           |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/bin/wmail b/bin/wmail
       t@@ -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