Difference between revisions of "Patch Email Confirm Deletion"
Jump to navigation
Jump to search
Hopspitfire (talk | contribs) m (Confirm Deletion on Email moved to Patch Email Confirm Deletion: app specific patch) |
Hopspitfire (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | {{template:patch}} | ||
This will enable the confirmation when swiping emails off the screen. Some people have found themselves mistakenly deleting email that they needed, so here's the method to enable the confirm message similar to that for text messages. | This will enable the confirmation when swiping emails off the screen. Some people have found themselves mistakenly deleting email that they needed, so here's the method to enable the confirm message similar to that for text messages. | ||
Revision as of 23:13, 2 August 2009
This will enable the confirmation when swiping emails off the screen. Some people have found themselves mistakenly deleting email that they needed, so here's the method to enable the confirm message similar to that for text messages.
Open
/usr/palm/applications/com.palm.app.email/app/controllers/list-assistant.js
Find (on line 58)
autoconfirmDelete: true,
Change it to
autoconfirmDelete: false,
...enjoy.
Concern
Previous to the 1.1 update hitting the "Delete" button would for some reason select the email above, some times below the email you were trying to delete. It was as if the targeting for the button was not calibrated correctly.
The targeting of the "Delete" button seems to be dead on. This is no longer an issue with 1.1
Correction:- In 1.1, it's on line 56