Quote:
Originally Posted by RFI4U The issue is that the plugin you are using to check the email is only checking your activesync and not individual pop3 accounts you may have programmed in the phone.
The xml for the plugin should look something like this based on your description:
<plugin clsid="{62E5C279-1E55-4bbb-95DA-D576093C23BE}" name="MessageCount" height="20">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<label>
<text lang="0x0409">Email <unreadMsgs name="ActiveSync" /></text>
<text lang="0x0C0A">Email <unreadMsgs name="ActiveSync" /></text>
</label>
If you change the line:
<text lang="0x0409">Email <unreadMsgs name="ActiveSync" /></text>
to:
<text lang="0x0409">Email <unreadEmail /></text>
The Email counter will show the count of all POP3 + ActiveSync
Hope that helps |
Im not to smart when it comes to things like this. how do i get to this so, can change it so i have to explore phone through active synce if so were do i go to get to that point to change it?