am 83b4ff72: am 53836e57: Enable "move to" from trash.

* commit '83b4ff7217a90d80efdcf4ff20ba5dbf8da9a136':
  Enable "move to" from trash.
This commit is contained in:
Andrew Sapperstein 2013-05-16 18:04:44 -07:00 committed by Android Git Automerger
commit e5fd059ee4
1 changed files with 1 additions and 0 deletions

View File

@ -2405,6 +2405,7 @@ public class EmailProvider extends ContentProvider {
// For trash, we don't allow undo
if (type == Mailbox.TYPE_TRASH) {
caps = UIProvider.FolderCapabilities.CAN_ACCEPT_MOVED_MESSAGES |
UIProvider.FolderCapabilities.ALLOWS_REMOVE_CONVERSATION |
UIProvider.FolderCapabilities.CAN_HOLD_MAIL |
UIProvider.FolderCapabilities.DELETE |
UIProvider.FolderCapabilities.DELETE_ACTION_FINAL;