View Single Post
  #6 (permalink)  
Old 05-19-2011, 04:08 AM
mitsi's Avatar
mitsi
Lurker
Offline
Location: Croydon UK
 
Join Date: Dec 2008
Posts: 12
Reputation: 5
mitsi is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
Attached Files
File Type: zip Delete email2.zip (192 Bytes, 1 views) Click for barcode!
Reply With Quote
This post has been thanked 1 times.