Added deleted operation

This commit is contained in:
M66B
2019-09-17 16:01:29 +02:00
parent cfb11a0cb6
commit 249f9b07bd
4 changed files with 25 additions and 13 deletions

View File

@@ -77,8 +77,9 @@ public class EntityOperation {
static final String ADD = "add";
static final String MOVE = "move";
static final String COPY = "copy";
static final String DELETE = "delete";
static final String FETCH = "fetch";
static final String DELETE = "delete";
static final String DELETED = "deleted";
static final String SEEN = "seen";
static final String ANSWERED = "answered";
static final String FLAG = "flag";