Hi the Matrix,
Thanks for the changes - I much prefer gmail to K9.
Everything looks good, except when I connect via adb.
I think that the mounts are different from the standard mounts and I get lots of extra characters that look like formatting codes for a terminal - which makes it hard to work.
C:\android-sdk-windows\tools>adb shell
/ # mount
mount
rootfs on / type rootfs (rw)
tmpfs on /dev type tmpfs (rw,mode=755)
devpts on /dev/pts type devpts (rw,mode=600)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
/dev/block/mtdblock20 on /cache type yaffs2 (rw,nodev,noatime,nodiratime)
/dev/block/mmcblk0p1 on /sdcard type vfat (rw,nodev,noatime,nodiratime,fmask=0000,dmask=0000,allow_utime=0022,codepage=c
p437,iocharset=iso8859-1,errors=remount-ro)
/ # ls
ls
←[1;34mcache←[0m ←[1;32minit←[0m ←[1;34mroot←[0m
←[1;34mcust←[0m ←[1;32minit.goldfish.rc←[0m ←[1;34msbin←[0m
←[1;34mdata←[0m ←[1;32minit.rc←[0m ←[1;34msdcard←[0m
←[0;0mdefault.prop←[0m ←[1;32minit_prep_keypad.sh←[0m ←[1;34msys←[0m
←[1;34mdev←[0m ←[1;34mproc←[0m ←[1;34msystem←[0m
←[1;34metc←[0m ←[1;34mres←[0m ←[1;34mtmp←[0m
/ # exit
C:\android-sdk-windows\tools>
Thoughts