#! /bin/sh
#OpenScript
#(OS)Invokes the OpenWindows mail tool. It requires
#(OS)the OpenWindows software and it is provided
#(OS)to facilitate your transition to Motif.  The variable
#(OS)OPENWINHOME needs to be set before invoking
#(OS)this Open Script. Replace the command name by
#(OS)you favorite mail application.
OPENFLAGS=0
OPENICON="mail.xpm"
OPENCOMMAND="$OPENWINHOME/bin/mailtool"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
