Re: Delete option on new mail Notification
I made a mortscript (with RoryB's help) on XDA-Developers which I have mapped to my "back" hardware button. This allows you to delete the email with a single click of this button rather than pressing the right softkey and then selecting "Delete" there.
The mortscript code is:
SendSpecial( "RightSoft" )
Sleep (1000)
SendDown
Sleep(500)
SendCR
It's in the attached zip file.
|