Quote:
Originally Posted by Ph33zy
This happens to me all the time. To fix this, i simply add "messaging" to my exclusive list in the HTC task manager, so that when I hit the X-button, it really minimizes it. I don't really need to close the app because I am constantly checking email (I have activesync, imap, and windows live running all the time). Let me know if this works for you!
|
Thats pretty much what I am working on making a CAB for. I am adding a TerminateProcess value for tmail.exe as well as an exclusive value which keeps it running after boot up. Just as you said it the user will be able to close the program but rather than close for real, it will hide it (just like the deafult values for Opera9.exe). This really shouldn't have any effect on memory since tmail.exe is called on at bootup via HTC's BootLauncher.
The only odd thing is that tmail.exe has written registry values to keep it running in the background (hence the registry values [tmail.exe -RunInBKG]) however it seems to create a new foreground window when running the embedded code in tmail.exe as show in my debugger log a few posts back. This may be a problem which was written into the .exe itself but for now it seems like we may have a workaround to end this serious annoyance.
Just a few more roms to test it on and I will post a cab file for everyone to use!