Difference between revisions of "Patch Email Confirm Deletion"
(The line to edit is no longer 46, it is 58.) |
|||
Line 4: | Line 4: | ||
<pre><nowiki>/usr/palm/applications/com.palm.app.email/app/controllers/list-assistant.js</nowiki></pre> | <pre><nowiki>/usr/palm/applications/com.palm.app.email/app/controllers/list-assistant.js</nowiki></pre> | ||
− | Find (on line | + | Find (on line 58) |
<pre><nowiki>autoconfirmDelete: true,</nowiki></pre> | <pre><nowiki>autoconfirmDelete: true,</nowiki></pre> | ||
Revision as of 17:08, 29 July 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
Anyone else find that the clicking on the "Delete" button for the confirmation is off a bit? I've done this like ten times since making the change and pretty much every time it opened the email above the deleted one, rather than confirming the deletion. //-jhoff80// -- I have noticed this aswell. Now I can see why they did not include it in the official release. Hitting the delete button is off. To successfully hit delete you have to touch the very bottom of the button. ~pyrognome
Target for confirm button fixed in 1.1