mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Made exists operation low priority
This commit is contained in:
@@ -35,6 +35,7 @@ public interface DaoOperation {
|
||||
" WHEN operation.name = '" + EntityOperation.SYNC + "' THEN" +
|
||||
" CASE WHEN folder.account IS NULL THEN -1 ELSE 1 END" + // outbox
|
||||
" WHEN operation.name = '" + EntityOperation.FETCH + "' THEN 2" +
|
||||
" WHEN operation.name = '" + EntityOperation.EXISTS + "' THEN 3" +
|
||||
" ELSE 0" +
|
||||
" END";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user