#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin"'starter/base_emailSetup.sh'  - [emailAddr, pwds] * [evolution, lexi]
# www.BillHowell.ca  29Nov2024 initial from 'base_hacked.sh'



echo "base_emailSetup.sh is running in Desktop 3"

	d_binSec="$d_PROJECTS"'bin - secure/'
	d_contct="$d_PROJECTS"'Contacts/'
	d_emlPgm="$d_SysMaint"'email programs/'
	d_emlBsh="$d_bin"'email scripts/'
	d_forms_="$d_PROJECTS"'Forms/HELP/'
	d_printr="$d_SysMaint"'printer/'

# defined in "$d_start"'1_input.sh'
#		 goApp="$d_start"'2_app0.sh'  
# switch to FIXED Workspace 4
wmctrl -s 3

	bash "$goApp"  "$delay_fmg"  'filemgr'   ''					''
	bash "$goApp"  "$delay_fmg"  'filemgr'   ''					''
	bash "$goApp"  "$delay_trm"  'terminal'  ''					''
	bash "$goApp"  "$delay_trm"  'terminal'  ''					''

#	[bank, comm]-specific email setups
	bash "$goApp"  "$delay_brs"  'browser'   'https://secure.lexicom.ca/login.php'	''
	bash "$goApp"  "$delay_edt"  'editor'    "$d_emlPgm"		'evolution email account settings.txt' 
	bash "$goApp"  "$delay_edt"  'editor'    "$d_hacked"		'241204 email notice tail.html' 

	bash "$goApp"  "$delay_trm"  'terminal'  ''					''

#	pwd [repository, script]s
#		first must decrypt '[temp-p_OrgL.txt, temp-Lexi.txt]' 


echo "base_emailSetup.sh finished"

# enddoc
