Experiment: process receipts

This commit is contained in:
M66B
2021-12-26 18:39:39 +01:00
parent 7eefed0843
commit a6a2c07d6f
5 changed files with 111 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ public interface DaoOperation {
// Other operations: add, delete, seen, answered, flag, keyword, label, subscribe, send
" WHEN operation.name = '" + EntityOperation.FETCH + "' THEN 2" +
" WHEN operation.name = '" + EntityOperation.EXISTS + "' THEN 3" +
" WHEN operation.name = '" + EntityOperation.REPORT + "' THEN 3" +
" WHEN operation.name = '" + EntityOperation.COPY + "' THEN 4" +
" WHEN operation.name = '" + EntityOperation.MOVE + "' THEN 5" +
" WHEN operation.name = '" + EntityOperation.PURGE + "' THEN 6" +