Quote:
Originally Posted by tyty1978
is there any way to mark an email as read without actually having to open it. like with text messages if you see the preview of it then it takes the new message count away... didnt know if there was a way to do this with e-mails... thanks in advance
|
So I've been using
THIS all day now finding .reg entries to backup for XDA_UC. I had my wife send me a text and I took a snapshot of the registry. The I went to the text tab and when the notification went away, I took another snapshot. Here's what changed:
[HKEY_CURRENT_USER\System\State\Messages\TotalMsg\U nread]
FROM -->"Count"=dword:00000001
TO -->"Count"=dword:00000000
[HKEY_CURRENT_USER\System\State\Messages\sms\Unread]
FROM -->
"Text"="SMS / MMS (1)"
"Count"=dword:00000001
TO -->
"Text"="SMS / MMS (0)"
"Count"=dword:00000000
There are these registries available:
[HKEY_CURRENT_USER\System\State\Messages\OtherEmail \Unread]
[HKEY_CURRENT_USER\System\State\Messages\sync\Unrea d]
[HKEY_CURRENT_USER\System\State\Messages\totalemail \Unread]
Need to figure out what makes the change...
There are these:
[HKEY_CURRENT_USER\Software\HTC\NOTIFICATIONMANAGER \{0CD9B91C-BEA7-446D-9857-BD2F1E6BFE80}]
"Img"="
\\windows\\notifications_icon_Messages.png"
"Dismissable"=dword:00000001
[HKEY_CURRENT_USER\Software\HTC\NOTIFICATIONMANAGER \{3C850506-07F3-6035-E8F9-C29F19A93AF2}]
"Img"="
\\windows\\notifications_icon_Messages.png"
"Dismissable"=dword:00000000
"Filter"=dword:00000000
So, it looks like we need to figure out what the email GUID is and change the Dismissable value to 0?
By the way, I am completely blindfolded and shooting wildly with a one-pump bb-gun trying to hit the target here.
Hopefully this could help someone get farther than I did.
**EDIT**
found how to disable notifications altogether
HERE so matbe it's this one:
[HKEY_CURRENT_USER\Software\HTC\NOTIFICATIONMANAGER \{A877D65A-239C-47A7-9304-0D347F580408}]
"Img"="
\\windows\\notifications_icon_Email.png"
"Dismissable"=dword:00000001
I am still testing so I can't set up an email account yet. Could someone test this out by changing the dword to 0 and send yourself an email? I'll do it later too because I would really like this to work!!