mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Progress bar for attachment downloads
This commit is contained in:
@@ -30,6 +30,9 @@ import java.util.List;
|
||||
|
||||
@Dao
|
||||
public interface DaoFolder {
|
||||
@Query("SELECT * FROM folder WHERE account = :account")
|
||||
List<EntityFolder> getFolders(long account);
|
||||
|
||||
@Query("SELECT * FROM folder WHERE account = :account AND synchronize = :synchronize")
|
||||
List<EntityFolder> getFolders(long account, boolean synchronize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user