Home | History | Annotate | Download | only in email

Lines Matching refs:sentinel

1440         // 3. If DELETE_POLICY_NEVER, simply write back the deleted sentinel and return
1442 // This sentinel takes the place of the server-side message, and locally "deletes" it
1447 EmailContent.Message sentinel = new EmailContent.Message();
1448 sentinel.mAccountKey = oldMessage.mAccountKey;
1449 sentinel.mMailboxKey = oldMessage.mMailboxKey;
1450 sentinel.mFlagLoaded = EmailContent.Message.FLAG_LOADED_DELETED;
1451 sentinel.mFlagRead = true;
1452 sentinel.mServerId = oldMessage.mServerId;
1453 sentinel.save(mContext);