mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Schedule move operations after fetch operations
This commit is contained in:
@@ -37,6 +37,7 @@ public interface DaoOperation {
|
||||
" 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" +
|
||||
" WHEN operation.name = '" + EntityOperation.MOVE + "' THEN 4" +
|
||||
" ELSE 0" +
|
||||
" END";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user