Here's a copy of the script that I call from BBmail. I'm sure
there is a sexier way of doing this, but this way works for me.
[--- CUT HERE ---]
#!/bin/sh
NSCOUNT=`ps -ax | grep netscape | grep -v grep`
if [ "$NSCOUNT" = "" ]; then
netscape -mail &
else
netscape -remote openInbox
fi
[--- CUT HERE ---]
It either runs netscape if it's not running, or calls the current
netscape and tells it to goto the mail window.
Hope this helps,
Wes
-------------------------
Jeff Taylor wrote:
>
> Does anyone have recipe for BBmail and Netscape's e-mail client?
>
> TIA,
> Jeffrey
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Wes Hopkins icq 3306441
weshopkins at home dot com
http://doubleoseven.dhs.org
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-