changing ActiveSync to IMAP on home screen I have been able to get my custom home screen to display in the settings list. However, the reason I wanted to make this change was so that I could replace the ActiveSync email link/count with my IMAP email account. So here is what i have changed. In the message count plugin in my custom home screen xml, I changed the unreadMsgs name attribute from "ActiveSync" to "2Js". Then I searched all other files in the home folder for "ActiveSync" and replaced them with "2Js" as well. This change was in both the full.home.xml and nomru.home.xml files and was the msgcount2 plugin (is this necessary...assume not since it wouldn't use these files). On my new home screen the link displays as 2Js, but when i select it it does not open my IMAP email account and doesn't do anything. I have verified that my IMAP account name is 2Js. What am I doing wrong? <pluginclsid="{62E5C279-1E55-4bbb-95DA-D576093C23BE}"name="MessageCount"height="20"> <background> <formatstate="selected"bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <label> <textlang="0x0409">2Js <unreadMsgsname="2Js" /></text> <textlang="0x0C0A">2Js <unreadMsgsname="2Js" /></text> </label> <label> <textlang="0x0409">SMS <unreadMsgsname="SMS" /></text> <textlang="0x0C0A">SMS <unreadMsgsname="SMS" /></text> </label> <label> <textlang="0x0409">MMS <unreadMsgsname="MMS" /></text> <textlang="0x0C0A">MMS <unreadMsgsname="MMS" /></text> </label> <label> <textlang="0x0409">VMail <unreadVMailname="VMail" /></text> <textlang="0x0407">VMail <unreadVMailhidezero="true"/></text> </label> <translaterockerkeys/> </plugin> |