mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Unified system folders
This commit is contained in:
@@ -159,6 +159,7 @@ public interface DaoFolder {
|
||||
" JOIN account ON account.id = folder.account" +
|
||||
" WHERE folder.synchronize" +
|
||||
" AND account.synchronize" +
|
||||
" AND folder.type <> '" + EntityFolder.USER + "'" +
|
||||
" GROUP BY folder.type" +
|
||||
" HAVING COUNT(folder.id) > 1")
|
||||
LiveData<List<String>> liveUnifiedTypes();
|
||||
|
||||
Reference in New Issue
Block a user