View Single Post
  #14348 (permalink)  
Old 03-24-2010, 07:22 PM
bsarlo's Avatar
bsarlo
PPCGeeks Regular
Offline
Location: Washington
 
Join Date: Feb 2010
Posts: 238
Reputation: 485
bsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |R|6.5.5|ROM|WWE| ★ Energy Series 23547/21895 |Mar 19| ★ Sense 2.5 / 2.1 ★

Quote:
Originally Posted by tyty1978 View Post
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!!

Last edited by bsarlo; 03-24-2010 at 07:50 PM. Reason: Added hyperlink
Reply With Quote