commit | f9ab857a5599faac2896394180fcd4ed56b09941 | [log] [tgz] |
---|---|---|
author | Andrew Stadler <stadler@android.com> | Thu Sep 10 16:01:48 2009 -0700 |
committer | Andrew Stadler <stadler@android.com> | Thu Sep 10 16:03:34 2009 -0700 |
tree | 5df13441f08ffc16b800b0027e247048bd4873f3 | |
parent | 6c6d7e3a260a5906afa3a0fbe9700a0b58046420 [diff] |
Implement delete-from-trash * Edit Controller.deleteMessage() to handle both cases * Refactored to start from processPendingActionsSynchronous() and dispatch to series of smaller methods to handle deletes vs. updates and the details of the various specific operations. * Added processPendingDeletesSynchronous() which looks for delete-from- trash and does the right thing locally and/or remotely. Fixes bug # 1811026