if (test -e $home/lib/wins/rio.common)
rc $home/lib/wins/rio.common
window $rmar,0,$wid,$ht stats -lmisew $sysname $cpu
window $lmar,$tmar,$rmar,$bmar acme -l lib/wins/acmedump.big
window 600,0,1400,1200 cpu
@{
sleep 3 # make sure fgui's around to ask for needed passwords
#echo -n 'open /imap/9srv.net/a 9srv' > /mail/fs/ctl # IMAP to 9srv? ew.
#echo -n 'open /imap/dalet.strand1.com/anthony dalet' > /mail/fs/ctl
echo -n 'open /imap/tet.strand1.com/anthony tet' > /mail/fs/ctl
#echo -n 'open /pop/pop.gmail.com/[email protected] gmail' > /mail/fs/ctl
mboxes=`{for (i in /mail/fs/*) {if(test -d $i) {echo -n ' -m '$i}}}
window 0,0,$lmar,$ht nfaces -i $mboxes
}&
|