mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Decode folder hierarchy
This commit is contained in:
@@ -155,6 +155,9 @@ public interface DaoFolder {
|
||||
@Query("UPDATE folder SET level = :level WHERE id = :id")
|
||||
int setFolderLevel(long id, int level);
|
||||
|
||||
@Query("UPDATE folder SET parent = :parent WHERE id = :id")
|
||||
int setFolderParent(long id, Long parent);
|
||||
|
||||
@Query("UPDATE folder" +
|
||||
" SET type = '" + EntityFolder.USER + "'" +
|
||||
" WHERE account = :account" +
|
||||
|
||||
Reference in New Issue
Block a user